[72106] trunk/dports/graphics/swftools/Portfile

ryandesign at macports.org ryandesign at macports.org
Sun Oct 3 15:02:32 PDT 2010


Revision: 72106
          http://trac.macports.org/changeset/72106
Author:   ryandesign at macports.org
Date:     2010-10-03 15:02:30 -0700 (Sun, 03 Oct 2010)
Log Message:
-----------
swftools: revert part of r56303: add -I${prefix}/include/lame to CPPFLAGS again so LAME is found; see http://lists.macosforge.org/pipermail/macports-users/2010-October/022123.html

Revision Links:
--------------
    http://trac.macports.org/changeset/56303

Modified Paths:
--------------
    trunk/dports/graphics/swftools/Portfile

Modified: trunk/dports/graphics/swftools/Portfile
===================================================================
--- trunk/dports/graphics/swftools/Portfile	2010-10-03 21:54:15 UTC (rev 72105)
+++ trunk/dports/graphics/swftools/Portfile	2010-10-03 22:02:30 UTC (rev 72106)
@@ -3,6 +3,7 @@
 PortSystem          1.0
 name                swftools
 version             0.9.1
+revision            1
 categories          graphics
 maintainers         nomaintainer
 description         SWF manipulation and generation tools
@@ -23,9 +24,14 @@
 patchfiles          patch-Makefile.common.in.diff
 
 configure.python    ${prefix}/bin/python2.6
+
 # Make sure to not link against OpenGL libs from the mesa port, in case it
 # is installed
 configure.env       ac_cv_lib_GL_glBegin=no
+
+# Make sure LAME gets found during configure step
+configure.cppflags-append   -I${prefix}/include/lame
+
 configure.universal_args-delete --disable-dependency-tracking
 
 post-destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101003/fb52f8b3/attachment.html>


More information about the macports-changes mailing list