diff options
author | Tony Theodore <tonyt@logyst.com> | 2018-03-13 04:55:03 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2018-03-15 01:28:24 (GMT) |
commit | 3a031adb40ea4eeb5ac030dafe79ad3607156ab8 (patch) | |
tree | 629a88466e57d269563edd586a16ca24bf7641b6 /src/ossim.mk | |
parent | 9d49e7ba6559c725fa8e5b57d3c7ee6926cd8f65 (diff) | |
download | mxe-3a031adb40ea4eeb5ac030dafe79ad3607156ab8.zip mxe-3a031adb40ea4eeb5ac030dafe79ad3607156ab8.tar.gz mxe-3a031adb40ea4eeb5ac030dafe79ad3607156ab8.tar.bz2 |
github branch pkgs: use new GH_CONF format
Diffstat (limited to 'src/ossim.mk')
-rw-r--r-- | src/ossim.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ossim.mk b/src/ossim.mk index 3e23724..8e3075f 100644 --- a/src/ossim.mk +++ b/src/ossim.mk @@ -7,7 +7,7 @@ $(PKG)_IGNORE := $(PKG)_VERSION := 43a071a $(PKG)_CHECKSUM := 1796994c8586e62ef799724969e3bef57178194fafe056db3de41dd6ee0dc931 # releases have unpredictable names and are based on master branch -$(PKG)_GH_CONF := ossimlabs/ossim/master +$(PKG)_GH_CONF := ossimlabs/ossim/branches/master $(PKG)_DEPS := cc freetype geos hdf5 jpeg libgeotiff libpng openthreads proj tiff zlib define $(PKG)_BUILD |