summaryrefslogtreecommitdiff
path: root/databases/postgresql81/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql81/patches/patch-ab')
-rw-r--r--databases/postgresql81/patches/patch-ab23
1 files changed, 23 insertions, 0 deletions
diff --git a/databases/postgresql81/patches/patch-ab b/databases/postgresql81/patches/patch-ab
new file mode 100644
index 00000000000..d94d20c65c1
--- /dev/null
+++ b/databases/postgresql81/patches/patch-ab
@@ -0,0 +1,23 @@
+$NetBSD: patch-ab,v 1.1.1.1 2006/03/20 14:45:49 uebayasi Exp $
+
+--- configure.orig 2005-11-05 13:01:38.000000000 +0900
++++ configure
+@@ -1501,6 +1501,7 @@ case $host_os in
+ darwin*) template=darwin ;;
+ dgux*) template=dgux ;;
+ freebsd*) template=freebsd ;;
++ dragonfly*) template=dragonfly ;;
+ hpux*) template=hpux ;;
+ irix*) template=irix ;;
+ linux*|gnu*|k*bsd*-gnu)
+@@ -4587,9 +4588,7 @@ echo "${ECHO_T}$perl_useshrplib" >&6
+
+ echo "$as_me:$LINENO: checking for flags to link embedded Perl" >&5
+ echo $ECHO_N "checking for flags to link embedded Perl... $ECHO_C" >&6
+-pgac_tmp1=`$PERL -MExtUtils::Embed -e ldopts`
+-pgac_tmp2=`$PERL -MConfig -e 'print $Config{ccdlflags}'`
+-perl_embed_ldflags=`echo X"$pgac_tmp1" | sed "s/^X//;s%$pgac_tmp2%%"`
++perl_embed_ldflags=`$PERL -MExtUtils::Embed -e ldopts`
+ echo "$as_me:$LINENO: result: $perl_embed_ldflags" >&5
+ echo "${ECHO_T}$perl_embed_ldflags" >&6
+ fi