diff options
author | jlam <jlam@pkgsrc.org> | 2000-04-09 03:53:50 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-04-09 03:53:50 +0000 |
commit | e2104b8abbd824b77c27997e1b0e9d549be08d52 (patch) | |
tree | 05201b1af8d2cc6039a3a92efbec24e58b67ff9e /databases/gtranscript/patches | |
parent | 26b81e569891db09dd1ab4b46c2729ba3d5d1ac4 (diff) | |
download | pkgsrc-e2104b8abbd824b77c27997e1b0e9d549be08d52.tar.gz |
Adapt to new postgresql include/library locations.
Diffstat (limited to 'databases/gtranscript/patches')
-rw-r--r-- | databases/gtranscript/patches/patch-aa | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/databases/gtranscript/patches/patch-aa b/databases/gtranscript/patches/patch-aa deleted file mode 100644 index a00d8fdf18a..00000000000 --- a/databases/gtranscript/patches/patch-aa +++ /dev/null @@ -1,26 +0,0 @@ -$NetBSD: patch-aa,v 1.1.1.1 1999/08/20 16:11:22 rh Exp $ - ---- configure.orig Fri Aug 6 21:50:19 1999 -+++ configure Fri Aug 20 17:13:11 1999 -@@ -1396,7 +1396,7 @@ - GNOME_CFLAGS=`$gnomepath gnomeui --cflags 2>/dev/null` - GNOME_LIBS=`$gnomepath gnomeui --libs 2>/dev/null` - CFLAGS="$CFLAGS $GNOME_CFLAGS" --LIBS="$LIBS $GNOME_LIBS -lpq -lcrypt" -+LIBS="$LIBS $GNOME_LIBS -L${LOCALBASE}/pgsql/lib -Wl,-R${LOCALBASE}/pgsql/lib -lpq -lcrypt" - - - trap '' 1 2 15 -@@ -1673,6 +1673,12 @@ - chmod +x $CONFIG_STATUS - rm -fr confdefs* $ac_clean_files - test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 -+ -+ -+for i in src/*.c src/*.h ; do -+ mv $i $i.orig -+ sed "s:<pgsql/:<:g" <$i.orig >$i -+done - - - echo configure complete, now type \'make\' |