[23542] trunk/dports/graphics/libmng/Portfile
source_changes at macosforge.org
source_changes at macosforge.org
Tue Apr 3 19:18:14 PDT 2007
Revision: 23542
http://trac.macosforge.org/projects/macports/changeset/23542
Author: stechert at macports.org
Date: 2007-04-03 19:18:14 -0700 (Tue, 03 Apr 2007)
Log Message:
-----------
Crap -- I committed this in-progress thing accidentally because I was trying to
fix linkage problems in the aqua/qt3-mac Portfile (in particular, qt3 doesn't
understand .la files so because the libmng library was being installed only as
a static lib, the qt3 libs could not figure out that they also needed to link
against lcms. My hopeful solution is to simply install the dylib, which will
carry the dependency info directly in the shared lib. I will email the
maintainer post-haste, and hopefully he won't be too irritated by this
out-of-protocol change.
Modified Paths:
--------------
trunk/dports/graphics/libmng/Portfile
Modified: trunk/dports/graphics/libmng/Portfile
===================================================================
--- trunk/dports/graphics/libmng/Portfile 2007-04-04 02:17:54 UTC (rev 23541)
+++ trunk/dports/graphics/libmng/Portfile 2007-04-04 02:18:14 UTC (rev 23542)
@@ -22,7 +22,7 @@
system "cd '${worksrcpath}' && ln -s makefiles/configure.in ."
system "cd '${worksrcpath}' && ln -s makefiles/acinclude.m4 ."
system "cd '${worksrcpath}' && ln -s makefiles/Makefile.am ."
- system "cd '${worksrcpath}' && autoreconf -fi"
+ system "cd '${worksrcpath}' && LIBTOOLIZE=glibtoolize autoreconf -fi"
}
configure.args --with-jpeg=${prefix} \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070403/a0f7b579/attachment.html
More information about the macports-changes
mailing list