Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-ad,v 1.1 2006/10/07 06:54:37 rillig Exp $
--- pcre-5.0/configure.orig 2006-10-07 08:52:09.000000000 +0200
+++ pcre-5.0/configure 2006-10-07 08:52:42.000000000 +0200
@@ -19418,7 +19418,7 @@ fi;
# Check whether --enable-ebcdic or --disable-ebcdic was given.
if test "${enable_ebcdic+set}" = set; then
enableval="$enable_ebcdic"
- if test "$enableval" == "yes"; then
+ if test "$enableval" = "yes"; then
EBCDIC=-DEBCDIC=1
fi