[100477] trunk/dports/games/fizmo/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Dec 13 09:28:04 PST 2012


Revision: 100477
          https://trac.macports.org/changeset/100477
Author:   ryandesign at macports.org
Date:     2012-12-13 09:28:04 -0800 (Thu, 13 Dec 2012)
Log Message:
-----------
fizmo: fix build for non-default MacPorts prefix (#37246)

Modified Paths:
--------------
    trunk/dports/games/fizmo/Portfile

Modified: trunk/dports/games/fizmo/Portfile
===================================================================
--- trunk/dports/games/fizmo/Portfile	2012-12-13 17:00:36 UTC (rev 100476)
+++ trunk/dports/games/fizmo/Portfile	2012-12-13 17:28:04 UTC (rev 100477)
@@ -42,6 +42,9 @@
                     port:jpeg \
                     port:libpng
 
+configure.args      --with-jpeg-includedir=${prefix}/include \
+                    --with-jpeg-libdir=${prefix}/lib
+
 post-destroot {
     file link -symbolic ${destroot}${prefix}/bin/fizmo fizmo-ncursesw
     file link -symbolic ${destroot}${prefix}/share/man/man6/fizmo.6 fizmo-ncursesw.6
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121213/b2cfdd34/attachment.html>


More information about the macports-changes mailing list