summaryrefslogtreecommitdiff
path: root/print/poppler
diff options
context:
space:
mode:
authorwiz <wiz>2016-08-01 14:12:22 +0000
committerwiz <wiz>2016-08-01 14:12:22 +0000
commitd8c5932aa6c54fb2cd114cf42f8250f04c0b1ef3 (patch)
treec0839ff542d1aeda4a0b83369a4087d6d91ee128 /print/poppler
parent1011c2bc9b8410a88af9eb49d4ce0a5be03ce491 (diff)
downloadpkgsrc-d8c5932aa6c54fb2cd114cf42f8250f04c0b1ef3.tar.gz
Remove obsolete patch (after 0.46.0 update).
Diffstat (limited to 'print/poppler')
-rw-r--r--print/poppler/patches/patch-configure16
1 files changed, 0 insertions, 16 deletions
diff --git a/print/poppler/patches/patch-configure b/print/poppler/patches/patch-configure
deleted file mode 100644
index a56c0b2f356..00000000000
--- a/print/poppler/patches/patch-configure
+++ /dev/null
@@ -1,16 +0,0 @@
-$NetBSD: patch-configure,v 1.3 2016/06/02 05:14:21 richard Exp $
-
-avoid gnu-grep presumptions in favour of portable usage
-reported upstream: https://bugs.freedesktop.org/show_bug.cgi?id=72744
-
---- configure.orig 2016-05-21 16:59:37.000000000 +0000
-+++ configure
-@@ -24084,7 +24084,7 @@ fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for Qt5 moc" >&5
- $as_echo_n "checking for Qt5 moc... " >&6; }
- mocversion=`$MOCQT5 -v 2>&1`
-- mocversiongrep=`echo $mocversion | grep "Qt 5\|moc 5"`
-+ mocversiongrep=`echo $mocversion | grep -E "Qt 5|moc 5"`
- if test x"$mocversiongrep" != x"$mocversion"; then
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
- $as_echo "no" >&6; }