[71686] trunk/dports/textproc/help2man/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Sep 19 23:05:51 PDT 2010


Revision: 71686
          http://trac.macports.org/changeset/71686
Author:   ryandesign at macports.org
Date:     2010-09-19 23:05:47 -0700 (Sun, 19 Sep 2010)
Log Message:
-----------
help2man: remove check for existence of ld_archflags; it does exist now with MacPorts 1.9

Modified Paths:
--------------
    trunk/dports/textproc/help2man/Portfile

Modified: trunk/dports/textproc/help2man/Portfile
===================================================================
--- trunk/dports/textproc/help2man/Portfile	2010-09-20 05:01:16 UTC (rev 71685)
+++ trunk/dports/textproc/help2man/Portfile	2010-09-20 06:05:47 UTC (rev 71686)
@@ -30,9 +30,6 @@
 	if {[variant_isset universal]} {
 		reinplace "s|-shared|-bundle ${configure.ldflags} ${configure.universal_ldflags}|" ${worksrcpath}/Makefile.in
 	} else {
-	    if {![info exists configure.ld_archflags]} {
-	        set configure.ld_archflags ${configure.cc_archflags}
-	    }
 	    reinplace "s|-shared|-bundle ${configure.ldflags} ${configure.ld_archflags}|" ${worksrcpath}/Makefile.in
 	}
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100919/949fb545/attachment-0001.html>


More information about the macports-changes mailing list