summaryrefslogtreecommitdiff
path: root/databases/postgresql82/patches/patch-an
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql82/patches/patch-an')
-rw-r--r--databases/postgresql82/patches/patch-an13
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/postgresql82/patches/patch-an b/databases/postgresql82/patches/patch-an
new file mode 100644
index 00000000000..dd842510198
--- /dev/null
+++ b/databases/postgresql82/patches/patch-an
@@ -0,0 +1,13 @@
+$NetBSD: patch-an,v 1.1.1.1 2006/12/09 15:34:13 adam Exp $
+
+--- src/interfaces/ecpg/test/Makefile.regress.orig 2006-10-22 22:13:37.000000000 +0200
++++ src/interfaces/ecpg/test/Makefile.regress
+@@ -8,7 +8,7 @@ override LIBS := -lecpg -lpgtypes $(libp
+ ECPG = ../../preproc/ecpg -I$(srcdir)/../../include
+
+ %: %.c
+- $(CC) $(CPPFLAGS) $(CFLAGS) $^ $(LDFLAGS) $(LIBS) -o $@
++ ${LIBTOOL} --mode=link $(CC) $(CPPFLAGS) $(CFLAGS) $^ $(LDFLAGS) $(LIBS) -o $@
+
+ %.c: %.pgc ../regression.h
+ $(ECPG) -o $@ -I$(srcdir) $<