summaryrefslogtreecommitdiff
path: root/print/poppler
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2016-08-01 14:12:22 +0000
committerwiz <wiz@pkgsrc.org>2016-08-01 14:12:22 +0000
commitacdacf8b3a8b10f566a0a92ee650092658f5a79e (patch)
tree0f25e9bcc5b66b8a30e2f244506698878299263c /print/poppler
parentf13175e3981ecf46fbd8d0b5e2c6512186cfc2a2 (diff)
downloadpkgsrc-acdacf8b3a8b10f566a0a92ee650092658f5a79e.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; }