summaryrefslogtreecommitdiff
path: root/databases/sqsh/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqsh/patches/patch-ab')
-rw-r--r--databases/sqsh/patches/patch-ab17
1 files changed, 13 insertions, 4 deletions
diff --git a/databases/sqsh/patches/patch-ab b/databases/sqsh/patches/patch-ab
index 33b5c46f662..a6b77d39fb3 100644
--- a/databases/sqsh/patches/patch-ab
+++ b/databases/sqsh/patches/patch-ab
@@ -1,8 +1,17 @@
-$NetBSD: patch-ab,v 1.2 2001/06/09 15:01:58 wiz Exp $
+$NetBSD: patch-ab,v 1.3 2004/03/29 03:11:03 grant Exp $
---- Makefile.in.orig Tue Jan 5 21:38:41 1999
-+++ Makefile.in Tue May 22 00:58:22 2001
-@@ -157,7 +157,7 @@
+--- src/Makefile.in.orig 2001-10-24 06:31:06.000000000 +1000
++++ src/Makefile.in
+@@ -7,7 +7,7 @@
+ # common directory. If you don't want a global sqshrc just comment
+ # out SQSHRC_GLOBAL, below.
+
+-SQSHRC_GLOBAL = @prefix@/etc/sqshrc
++SQSHRC_GLOBAL = $(PKG_SYSCONFDIR)/sqshrc
+ SQSHRC_PATH = "$(SQSHRC_GLOBAL):$${HOME}/.sqshrc"
+
+ # The following variables are configurable by the user. Typically
+@@ -165,7 +165,7 @@ INCLUDE_DIRS = $(X_INCDIR) $(MOTIF_INC
LIB_DIRS = $(X_LIBDIR) $(MOTIF_INCDIR) $(SYBASE_LIBDIR) $(READLINE_LIBDIR)
CFLAGS = @CFLAGS@ $(DEBUG) $(DEFINES) $(INCLUDE_DIRS)
CPPFLAGS = @CPPFLAGS@