diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-13 01:10:20 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-04-13 01:10:20 +0800 |
commit | 8427e8108f1828baf866c5c0873b3045d245531d (patch) | |
tree | 5afd2eea75017704cee6c08cb3f1188d5f5e7e06 /graphics/poppler | |
parent | 3a1223b720a8dd0a51fe51bffd4f1cb48d472a8a (diff) | |
download | marcuscom-ports-8427e8108f1828baf866c5c0873b3045d245531d.tar marcuscom-ports-8427e8108f1828baf866c5c0873b3045d245531d.tar.gz marcuscom-ports-8427e8108f1828baf866c5c0873b3045d245531d.tar.bz2 marcuscom-ports-8427e8108f1828baf866c5c0873b3045d245531d.tar.lz marcuscom-ports-8427e8108f1828baf866c5c0873b3045d245531d.tar.xz marcuscom-ports-8427e8108f1828baf866c5c0873b3045d245531d.tar.zst marcuscom-ports-8427e8108f1828baf866c5c0873b3045d245531d.zip |
- Unbreak poppler-qt
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6059 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/poppler')
-rw-r--r-- | graphics/poppler/Makefile | 8 | ||||
-rw-r--r-- | graphics/poppler/files/patch-configure | 11 |
2 files changed, 15 insertions, 4 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile index c9939fcd0..d914fa244 100644 --- a/graphics/poppler/Makefile +++ b/graphics/poppler/Makefile @@ -3,7 +3,7 @@ # Whom: marcus@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/poppler/Makefile,v 1.21 2006/02/25 09:58:48 marcus Exp $ +# $MCom: ports/graphics/poppler/Makefile,v 1.22 2006/03/09 01:49:49 marcus Exp $ # PORTNAME= poppler @@ -55,9 +55,9 @@ MAN1= pdffonts.1 pdfimages.1 pdfinfo.1 \ post-patch: .if defined(SLAVEPORT) && ${SLAVEPORT}=="qt" -# @${REINPLACE_CMD} -e 's|/usr/local/qt/include|${X11BASE}/include|; \ -# s|/usr/local/qt/lib|${X11BASE}/lib|' \ -# ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|/usr/local/qt/include|${X11BASE}/include|; \ + s|/usr/local/qt/lib|${X11BASE}/lib|' \ + ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|$$QTDIR|${X11BASE}|' ${WRKSRC}/configure .endif diff --git a/graphics/poppler/files/patch-configure b/graphics/poppler/files/patch-configure new file mode 100644 index 000000000..72b0d9459 --- /dev/null +++ b/graphics/poppler/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Wed Apr 12 12:53:56 2006 ++++ configure Wed Apr 12 13:06:36 2006 +@@ -24849,7 +24849,7 @@ + fi + fi + +-if test "x$have_qt" == "xyes"; then ++if test "x$have_qt" = "xyes"; then + POPPLER_QT_CXXFLAGS="-I$qt_incdir" + POPPLER_QT_LIBS="$qt_libdir/$qt_test_library" + : |