[21795] trunk/dports/textproc/libiconv/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Wed Feb 7 13:45:24 PST 2007
Revision: 21795
http://trac.macosforge.org/projects/macports/changeset/21795
Author: blair at macports.org
Date: 2007-02-07 13:45:23 -0800 (Wed, 07 Feb 2007)
Log Message:
-----------
The libiconv port does not build on 10.3 because the libiconv build
passes the -m command line option to gperf, which is not supported by
/usr/bin/gperf 2.7.2, so for 10.3, add port:gperf to the build_depends
which picks up gperf 3.0.2.
I tried doing a
depends_build-delete bin:gperf:gperf
depends_build-append port:gperf
but this did not work and gperf was not added as build dependency.
Modified Paths:
--------------
trunk/dports/textproc/libiconv/Portfile
Modified: trunk/dports/textproc/libiconv/Portfile
===================================================================
--- trunk/dports/textproc/libiconv/Portfile 2007-02-07 20:40:10 UTC (rev 21794)
+++ trunk/dports/textproc/libiconv/Portfile 2007-02-07 21:45:23 UTC (rev 21795)
@@ -48,7 +48,8 @@
test.target check
platform darwin 7 { build.env-append MACOSX_DEPLOYMENT_TARGET=10.3
- configure.env-append MACOSX_DEPLOYMENT_TARGET=10.3 }
+ configure.env-append MACOSX_DEPLOYMENT_TARGET=10.3
+ depends_build-append port:gperf }
platform darwin 8 { build.env-append MACOSX_DEPLOYMENT_TARGET=10.4
configure.env-append MACOSX_DEPLOYMENT_TARGET=10.4 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070207/789e9ec3/attachment.html
More information about the macports-changes
mailing list