summaryrefslogtreecommitdiff
path: root/databases/freetds/patches
diff options
context:
space:
mode:
authorjlam <jlam>2002-06-23 03:38:21 +0000
committerjlam <jlam>2002-06-23 03:38:21 +0000
commit211a6df264aabc41e32d552f7da19c2bd5bd5555 (patch)
treefc2912965091eeff034ed3adaf172a3ecea5eebe /databases/freetds/patches
parent9d67aa850cf9d29cde7f28e6622cd5db7d092fc8 (diff)
downloadpkgsrc-211a6df264aabc41e32d552f7da19c2bd5bd5555.tar.gz
* Honor PKG_SYSCONFDIR for location of freetds.conf config file.
* Use GNU_CONFIGURE_PREFIX instead of HAS_CONFIGURE workaround.
Diffstat (limited to 'databases/freetds/patches')
-rw-r--r--databases/freetds/patches/patch-aa18
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/freetds/patches/patch-aa b/databases/freetds/patches/patch-aa
new file mode 100644
index 00000000000..46650fc65dd
--- /dev/null
+++ b/databases/freetds/patches/patch-aa
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1 2002/06/23 03:38:21 jlam Exp $
+
+--- Makefile.in.orig Sun Dec 16 10:40:25 2001
++++ Makefile.in
+@@ -369,12 +369,7 @@
+
+
+ install-data-local:
+- $(mkinstalldirs) $(DEFDIR) $(ETC)
+- if [ -f $(ETC)/freetds.conf ]; \
+- then :; \
+- else \
+- $(INSTALL_DATA) freetds.conf $(ETC)/freetds.conf; \
+- fi
++ $(mkinstalldirs) $(DEFDIR)
+
+ test:
+ @echo "The 'make test' option has been replaced with 'make check'";