diff options
author | drochner <drochner@pkgsrc.org> | 2006-10-12 14:12:15 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-10-12 14:12:15 +0000 |
commit | 9da484b674c8c874eb0fcdcb379c52c88cbc9c86 (patch) | |
tree | fdc83ca27f8341935d729c17e83b37d172aa063c /print/poppler/patches/patch-ac | |
parent | f8d4a45f429bd9c05e0686647fb1f424d6c7f6dc (diff) | |
download | pkgsrc-9da484b674c8c874eb0fcdcb379c52c88cbc9c86.tar.gz |
update to 0.5.4
changes:
-Automatically read in CJK encoding files
-Speed ups
-let the utils take input on stdin
-Bugs fixed
Diffstat (limited to 'print/poppler/patches/patch-ac')
-rw-r--r-- | print/poppler/patches/patch-ac | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/print/poppler/patches/patch-ac b/print/poppler/patches/patch-ac index 976d563b7bf..cb48e8a6f78 100644 --- a/print/poppler/patches/patch-ac +++ b/print/poppler/patches/patch-ac @@ -1,8 +1,8 @@ -$NetBSD: patch-ac,v 1.3 2006/10/10 20:07:05 rillig Exp $ +$NetBSD: patch-ac,v 1.4 2006/10/12 14:12:15 drochner 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 +--- configure.orig 2006-10-12 12:26:10.000000000 +0200 ++++ configure +@@ -25346,7 +25346,7 @@ if test "x$qt_libdir" != "xno" ; then fi fi @@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.3 2006/10/10 20:07:05 rillig Exp $ 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 +@@ -25534,7 +25534,7 @@ if test "x$qt_libdir" != "xno" ; then fi fi @@ -20,7 +20,7 @@ $NetBSD: patch-ac,v 1.3 2006/10/10 20:07:05 rillig Exp $ 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 +@@ -25754,7 +25754,7 @@ if test "x$qt4_libdir" != "xno" ; then fi fi @@ -29,7 +29,7 @@ $NetBSD: patch-ac,v 1.3 2006/10/10 20:07:05 rillig Exp $ 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 +@@ -25827,7 +25827,7 @@ if test "x$qt4_libdir" != "xno" ; then fi fi @@ -38,7 +38,7 @@ $NetBSD: patch-ac,v 1.3 2006/10/10 20:07:05 rillig Exp $ 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 +@@ -25910,7 +25910,7 @@ if test "x$qt4test_libdir" != "xno" ; th fi fi |