summaryrefslogtreecommitdiff
path: root/databases/gtranscript/patches
diff options
context:
space:
mode:
authorrh <rh>1999-08-20 16:11:21 +0000
committerrh <rh>1999-08-20 16:11:21 +0000
commit8bda9d35b87c63a630faecdf3a0ccfbe8547507d (patch)
tree39db40f724608e01da9ee2b671dd78fef534e513 /databases/gtranscript/patches
parent2d253b02a81a434f1d3e84baf3ed657038163cda (diff)
downloadpkgsrc-8bda9d35b87c63a630faecdf3a0ccfbe8547507d.tar.gz
Initial import of gtranscript-0.0.1, a PostgreSQL Database Client with
GNOME frontend.
Diffstat (limited to 'databases/gtranscript/patches')
-rw-r--r--databases/gtranscript/patches/patch-aa26
-rw-r--r--databases/gtranscript/patches/patch-ab13
2 files changed, 39 insertions, 0 deletions
diff --git a/databases/gtranscript/patches/patch-aa b/databases/gtranscript/patches/patch-aa
new file mode 100644
index 00000000000..a00d8fdf18a
--- /dev/null
+++ b/databases/gtranscript/patches/patch-aa
@@ -0,0 +1,26 @@
+$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\'
diff --git a/databases/gtranscript/patches/patch-ab b/databases/gtranscript/patches/patch-ab
new file mode 100644
index 00000000000..a88aad4bbd2
--- /dev/null
+++ b/databases/gtranscript/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1.1.1 1999/08/20 16:11:22 rh Exp $
+
+--- examples/Makefile.in.orig Fri Aug 6 21:50:16 1999
++++ examples/Makefile.in Fri Aug 20 17:21:40 1999
+@@ -69,7 +69,7 @@
+ gnomepath = @gnomepath@
+ sedpath = @sedpath@
+
+-Examplesdir = $(prefix)/share/gtranscript/examples
++Examplesdir = $(prefix)/share/examples/gtranscript
+ Examples_DATA = Info PhoneBook Table1
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_CLEAN_FILES =