[113513] trunk/dports/graphics/libQGLViewer/Portfile

raphael at macports.org raphael at macports.org
Mon Nov 18 12:54:09 PST 2013


Revision: 113513
          https://trac.macports.org/changeset/113513
Author:   raphael at macports.org
Date:     2013-11-18 12:54:09 -0800 (Mon, 18 Nov 2013)
Log Message:
-----------
libQGLViewer: do not hardcode prefix

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

Modified: trunk/dports/graphics/libQGLViewer/Portfile
===================================================================
--- trunk/dports/graphics/libQGLViewer/Portfile	2013-11-18 17:58:39 UTC (rev 113512)
+++ trunk/dports/graphics/libQGLViewer/Portfile	2013-11-18 20:54:09 UTC (rev 113513)
@@ -47,8 +47,8 @@
 }
 
 # prevent the examples from linking with an already installed version of libQGLViewer (#41382)
-configure.cppflags-delete -I/opt/local/include
-configure.ldflags-delete -L/opt/local/lib
+configure.cppflags-delete -I${prefix}/include
+configure.ldflags-delete -L${prefix}/lib
 
 # clear all arch-oriented flags since they mess up LDFLAGS in Makefiles (#41359)
 configure.ld_archflags
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131118/c7c096aa/attachment.html>


More information about the macports-changes mailing list