summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-10 20:01:31 +0000
committerrillig <rillig>2006-10-10 20:01:31 +0000
commitf79199b45ef77d218ecacfea7449786aaf17b9c4 (patch)
tree95c3ed6d350ea231d1e64369700dc14e2e9d9223 /print
parent0d45586b520d300e83853bf302dc3715cb81890f (diff)
downloadpkgsrc-f79199b45ef77d218ecacfea7449786aaf17b9c4.tar.gz
Fixed "test ==".
Diffstat (limited to 'print')
-rw-r--r--print/poppler/distinfo3
-rw-r--r--print/poppler/patches/patch-ac49
2 files changed, 51 insertions, 1 deletions
diff --git a/print/poppler/distinfo b/print/poppler/distinfo
index c23662b30ac..ea719e44b2f 100644
--- a/print/poppler/distinfo
+++ b/print/poppler/distinfo
@@ -1,7 +1,8 @@
-$NetBSD: distinfo,v 1.13 2006/05/31 18:13:54 drochner Exp $
+$NetBSD: distinfo,v 1.14 2006/10/10 20:07:05 rillig Exp $
SHA1 (poppler-0.5.3.tar.gz) = e197f5cf56f0676b5ca313577dd6456a393c46ec
RMD160 (poppler-0.5.3.tar.gz) = 3456de23955fc4001842c76d32deba308bd7f968
Size (poppler-0.5.3.tar.gz) = 1049900 bytes
SHA1 (patch-aa) = dba62eabac1d77b5a64c47aaa0ba94208149668b
SHA1 (patch-ab) = c00be67e0ff6c171c57a1762f7ff23db4b449acf
+SHA1 (patch-ac) = c5efc07d869486e43169c50f30341d29634facf3
diff --git a/print/poppler/patches/patch-ac b/print/poppler/patches/patch-ac
new file mode 100644
index 00000000000..976d563b7bf
--- /dev/null
+++ b/print/poppler/patches/patch-ac
@@ -0,0 +1,49 @@
+$NetBSD: patch-ac,v 1.3 2006/10/10 20:07:05 rillig Exp $
+
+--- configure.orig 2006-10-10 21:12:34.000000000 +0200
++++ configure 2006-10-10 22:05:51.000000000 +0200
+@@ -24856,7 +24856,7 @@ if test "x$qt_libdir" != "xno" ; then
+ fi
+ fi
+
+-if test "x$have_qt" == "xyes"; then
++if test "x$have_qt" = "xyes"; then
+ ac_ext=cc
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+@@ -25044,7 +25044,7 @@ if test "x$qt_libdir" != "xno" ; then
+ fi
+ fi
+
+-if test "x$have_qt" == "xyes"; then
++if test "x$have_qt" = "xyes"; then
+ ac_ext=cc
+ ac_cpp='$CXXCPP $CPPFLAGS'
+ ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
+@@ -25259,7 +25259,7 @@ if test "x$qt4_libdir" != "xno" ; then
+ fi
+ fi
+
+-if test "x$have_qt4" == "xyes"; then
++if test "x$have_qt4" = "xyes"; then
+ POPPLER_QT4_CXXFLAGS="-I$qt4_incdir"
+ if test x$windows_qt = xyes; then
+ POPPLER_QT4_LIBS="-L$qt4_libdir -lQtCore4 -lQtGui4 -lQtXml4"
+@@ -25332,7 +25332,7 @@ if test "x$qt4_libdir" != "xno" ; then
+ fi
+ fi
+
+-if test "x$have_qt4" == "xyes"; then
++if test "x$have_qt4" = "xyes"; then
+ POPPLER_QT4_CXXFLAGS="-I$qt4_incdir"
+ if test x$windows_qt = xyes; then
+ POPPLER_QT4_LIBS="-L$qt4_libdir -lQtCore4 -lQtGui4 -lQtXml4"
+@@ -25410,7 +25410,7 @@ if test "x$qt4test_libdir" != "xno" ; th
+ fi
+ fi
+
+-if test "x$have_qt4testlib" == "xyes"; then
++if test "x$have_qt4testlib" = "xyes"; then
+ POPPLER_QTTEST_CXXFLAGS="-I$qt4test_incdir"
+ POPPLER_QTTEST_LIBS="-L$qt4test_libdir -lQtTest"
+ enable_poppler_qt4testlib="yes"