diff options
author | joerg <joerg@pkgsrc.org> | 2010-10-12 16:52:36 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-10-12 16:52:36 +0000 |
commit | 6027aa82275d85f4302a0d8d72ad02fe683642a4 (patch) | |
tree | b99dc1cf6d4a1d0318a5a620d215b3de48f0a59d /databases/postgresql82/patches/patch-ab | |
parent | afbd0eeb370412983c73d72e0f5f1cad036827a4 (diff) | |
download | pkgsrc-6027aa82275d85f4302a0d8d72ad02fe683642a4.tar.gz |
Retire PostgreSQL 8.2 to keep with the list of three supported
PostgreSQL versions in pkgsrc.
Diffstat (limited to 'databases/postgresql82/patches/patch-ab')
-rw-r--r-- | databases/postgresql82/patches/patch-ab | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/databases/postgresql82/patches/patch-ab b/databases/postgresql82/patches/patch-ab deleted file mode 100644 index 8ae14fdb3d3..00000000000 --- a/databases/postgresql82/patches/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2009/02/07 17:44:41 adam Exp $ - ---- configure.orig 2009-01-30 04:13:33.000000000 +0100 -+++ configure -@@ -1504,6 +1504,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) -@@ -4953,9 +4954,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` - if test -z "$perl_embed_ldflags" ; then - echo "$as_me:$LINENO: result: no" >&5 - echo "${ECHO_T}no" >&6 |