[50810] trunk/dports/www/cgit/Portfile
ryandesign at macports.org
ryandesign at macports.org
Sat May 9 21:06:20 PDT 2009
Revision: 50810
http://trac.macports.org/changeset/50810
Author: ryandesign at macports.org
Date: 2009-05-09 21:06:19 -0700 (Sat, 09 May 2009)
Log Message:
-----------
cgit: fix to link with MacPorts libraries again; see #19335
Modified Paths:
--------------
trunk/dports/www/cgit/Portfile
Modified: trunk/dports/www/cgit/Portfile
===================================================================
--- trunk/dports/www/cgit/Portfile 2009-05-10 03:31:07 UTC (rev 50809)
+++ trunk/dports/www/cgit/Portfile 2009-05-10 04:06:19 UTC (rev 50810)
@@ -56,7 +56,8 @@
worksrcdir ${name}
use_configure no
-build.env NEEDS_LIBICONV=1
-destroot.env ${build.env}
+configure.ldflags-append -liconv
+build.env CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}"
+destroot.env CFLAGS="${configure.cflags}" LDFLAGS="${configure.ldflags}"
livecheck.check none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090509/a9f4c11c/attachment.html>
More information about the macports-changes
mailing list