diff options
author | wiz <wiz@pkgsrc.org> | 2016-08-01 14:12:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-08-01 14:12:22 +0000 |
commit | 90c0a1040f63042cae14c0ae369b08e6d7fd3316 (patch) | |
tree | c0839ff542d1aeda4a0b83369a4087d6d91ee128 /print | |
parent | 434375fc0ca28119ce03032d6b14c73400334f17 (diff) | |
download | pkgsrc-90c0a1040f63042cae14c0ae369b08e6d7fd3316.tar.gz |
Remove obsolete patch (after 0.46.0 update).
Diffstat (limited to 'print')
-rw-r--r-- | print/poppler/patches/patch-configure | 16 |
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; } |