[42623] trunk/dports/sysutils/e2fsprogs

toby at macports.org toby at macports.org
Wed Nov 26 15:01:08 PST 2008


Revision: 42623
          http://trac.macports.org/changeset/42623
Author:   toby at macports.org
Date:     2008-11-26 15:01:07 -0800 (Wed, 26 Nov 2008)
Log Message:
-----------
fix dylib -install_name args (#15546)

Modified Paths:
--------------
    trunk/dports/sysutils/e2fsprogs/Portfile

Added Paths:
-----------
    trunk/dports/sysutils/e2fsprogs/files/
    trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib

Modified: trunk/dports/sysutils/e2fsprogs/Portfile
===================================================================
--- trunk/dports/sysutils/e2fsprogs/Portfile	2008-11-26 22:52:10 UTC (rev 42622)
+++ trunk/dports/sysutils/e2fsprogs/Portfile	2008-11-26 23:01:07 UTC (rev 42623)
@@ -14,3 +14,4 @@
 destroot.target-append install-libs
 configure.args-append --enable-bsd-shlibs
 checksums md5 d219b7be4f7170400c646f5611c0b702
+patchfiles patch-lib__Makefile.darwin-lib

Added: trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib
===================================================================
--- trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib	                        (rev 0)
+++ trunk/dports/sysutils/e2fsprogs/files/patch-lib__Makefile.darwin-lib	2008-11-26 23:01:07 UTC (rev 42623)
@@ -0,0 +1,11 @@
+--- lib/Makefile.darwin-lib.orig	2008-11-26 14:53:45.000000000 -0800
++++ lib/Makefile.darwin-lib	2008-11-26 14:53:51.000000000 -0800
+@@ -23,7 +23,7 @@
+ 
+ $(BSD_LIB): $(OBJS)
+ 	@echo "	GEN_BSD_SOLIB $(BSD_LIB)"
+-	@(cd pic; $(CC) -dynamiclib -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
++	@(cd pic; $(CC) -dynamiclib -install_name $(BSDLIB_INSTALL_DIR)/$(BSD_LIB) -compatibility_version 1.0 -current_version $(BSDLIB_VERSION) \
+ 		-flat_namespace -undefined warning -o $(BSD_LIB) $(OBJS))
+ 	@$(MV) pic/$(BSD_LIB) .
+ 	@$(RM) -f ../$(BSD_LIB)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20081126/23b220b4/attachment.html>


More information about the macports-changes mailing list