[Midnightbsd-cvs] CVS Commit: Makefile: Found the issue with poppler and qt.

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Aug 15 22:38:18 EDT 2007


Log Message:
-----------

Found the issue with poppler and qt.  We used to install into the x11 directory and now the files are in /usr/local/include which is somewhat nonstandard.

Modified Files:
--------------
    mports/graphics/poppler:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/graphics/poppler/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -Lgraphics/poppler/Makefile -Lgraphics/poppler/Makefile -u -r1.2 -r1.3
--- graphics/poppler/Makefile
+++ graphics/poppler/Makefile
@@ -67,10 +67,10 @@
 
 post-patch:
 .if defined(SLAVEPORT) && ${SLAVEPORT}=="qt"
-	@${REINPLACE_CMD} -e 's|/usr/local/qt/include|${X11BASE}/include|; \
-		s|/usr/local/qt/lib|${X11BASE}/lib|' \
+	@${REINPLACE_CMD} -e 's|/usr/local/qt/include|${PREFIX}/include|; \
+		s|/usr/local/qt/lib|${PREFIX}/lib|' \
 		${WRKSRC}/configure
-	@${REINPLACE_CMD} -e 's|$$QTDIR|${X11BASE}|' ${WRKSRC}/configure
+	@${REINPLACE_CMD} -e 's|$$QTDIR|${PREFIX}|' ${WRKSRC}/configure
 .endif
 
 post-install:


More information about the Midnightbsd-cvs mailing list