[50809] trunk/dports/www/cgit/Portfile

ryandesign at macports.org ryandesign at macports.org
Sat May 9 20:31:08 PDT 2009


Revision: 50809
          http://trac.macports.org/changeset/50809
Author:   ryandesign at macports.org
Date:     2009-05-09 20:31:07 -0700 (Sat, 09 May 2009)
Log Message:
-----------
cgit: fix libiconv issue during destroot on Tiger; see #19335

Modified Paths:
--------------
    trunk/dports/www/cgit/Portfile

Modified: trunk/dports/www/cgit/Portfile
===================================================================
--- trunk/dports/www/cgit/Portfile	2009-05-10 00:53:10 UTC (rev 50808)
+++ trunk/dports/www/cgit/Portfile	2009-05-10 03:31:07 UTC (rev 50809)
@@ -56,6 +56,7 @@
 
 worksrcdir      ${name}
 use_configure   no
-build.env       CFLAGS='-L${prefix}/lib -liconv'
+build.env       NEEDS_LIBICONV=1
+destroot.env    ${build.env}
 
 livecheck.check none
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090509/406a7f55/attachment.html>


More information about the macports-changes mailing list