[120013] trunk/dports/audio/streamripper/Portfile

jmr at macports.org jmr at macports.org
Tue May 13 06:41:04 PDT 2014


Revision: 120013
          https://trac.macports.org/changeset/120013
Author:   jmr at macports.org
Date:     2014-05-13 06:41:04 -0700 (Tue, 13 May 2014)
Log Message:
-----------
streamripper: avoid use of -R, has never been supported by the linker and causes an error with newer clang (#42932, maintainer timeout)

Modified Paths:
--------------
    trunk/dports/audio/streamripper/Portfile

Modified: trunk/dports/audio/streamripper/Portfile
===================================================================
--- trunk/dports/audio/streamripper/Portfile	2014-05-13 06:14:31 UTC (rev 120012)
+++ trunk/dports/audio/streamripper/Portfile	2014-05-13 13:41:04 UTC (rev 120013)
@@ -35,7 +35,8 @@
 		--with-included-argv \
 		--with-included-libmad \
 		--with-included-tre \
-		--mandir=${prefix}/share/man
+		--mandir=${prefix}/share/man \
+		--disable-rpath
 
 pre-destroot {
 	file attributes ${worksrcpath}/install-sh -permissions +rx
@@ -45,4 +46,3 @@
 	xinstall -m 644 -W ${worksrcpath} CHANGES COPYING README THANKS \
 		${destroot}${prefix}/share/doc/${name}
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140513/c2c1d1f2/attachment.html>


More information about the macports-changes mailing list