summaryrefslogtreecommitdiffstats
path: root/external/udunits2/UnpackedTarball_udunits2.mk
diff options
context:
space:
mode:
authorAndrzej Hunt <andrzej@ahunt.org>2015-06-03 21:28:24 +0100
committerAndrzej Hunt <andrzej@ahunt.org>2015-10-20 18:18:42 +0200
commit5c342b7db1e13896f9ca022513e7e596e9b49ef5 (patch)
treea9079852e426686affa8f51eb73284d4fea6722f /external/udunits2/UnpackedTarball_udunits2.mk
parentDon't assert on unsupported opcode, return unknown instead (diff)
downloadcore-5c342b7db1e13896f9ca022513e7e596e9b49ef5.tar.gz
core-5c342b7db1e13896f9ca022513e7e596e9b49ef5.zip
Fix udunits2 install_name on OSX
Change-Id: I048d23d647a6d6f38efddc11f7d3bde3b583e752
Diffstat (limited to 'external/udunits2/UnpackedTarball_udunits2.mk')
-rw-r--r--external/udunits2/UnpackedTarball_udunits2.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/external/udunits2/UnpackedTarball_udunits2.mk b/external/udunits2/UnpackedTarball_udunits2.mk
index db096ca51446..820472e80af3 100644
--- a/external/udunits2/UnpackedTarball_udunits2.mk
+++ b/external/udunits2/UnpackedTarball_udunits2.mk
@@ -11,4 +11,10 @@ $(eval $(call gb_UnpackedTarball_UnpackedTarball,udunits2))
$(eval $(call gb_UnpackedTarball_set_tarball,udunits2,$(UDUNITS2_TARBALL)))
+ifeq ($(OS),MACOSX)
+$(eval $(call gb_UnpackedTarball_add_patches,udunits2,\
+ external/udunits2/udunits2-macosx.patch.1 \
+))
+endif
+
# vim: set noet sw=4 ts=4: