[26529] trunk/dports/sysutils/rpm/Portfile

source_changes at macosforge.org source_changes at macosforge.org
Wed Jun 27 14:09:25 PDT 2007


Revision: 26529
          http://trac.macosforge.org/projects/macports/changeset/26529
Author:   afb at macports.org
Date:     2007-06-27 14:09:24 -0700 (Wed, 27 Jun 2007)

Log Message:
-----------
remove outdated (and ugly) -lrt workaround

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

Modified: trunk/dports/sysutils/rpm/Portfile
===================================================================
--- trunk/dports/sysutils/rpm/Portfile	2007-06-27 19:40:59 UTC (rev 26528)
+++ trunk/dports/sysutils/rpm/Portfile	2007-06-27 21:09:24 UTC (rev 26529)
@@ -70,17 +70,11 @@
 }
 
 platform darwin {
-	pre-configure {
-		      xinstall -d -m 755 ${workpath}/librt
-		      ln -sf /usr/lib/libSystem.B.dylib ${workpath}/librt/librt.dylib
-	}
-
 	configure.args-append --disable-optimized --disable-aio \
 			      --with-lua --with-glob --enable-broken-chown \
 			      --disable-rpath
 
 	configure.cppflags-append -I${prefix}/Library/Frameworks/Python.framework/Versions/2.4/include/python2.4
-	configure.ldflags-append -L${workpath}/librt
 
 	post-destroot {
 		# MacOSX specific changes

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070627/3eeeee02/attachment.html


More information about the macports-changes mailing list