summaryrefslogtreecommitdiff
path: root/databases/postgresql73/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql73/patches/patch-ak')
-rw-r--r--databases/postgresql73/patches/patch-ak15
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/postgresql73/patches/patch-ak b/databases/postgresql73/patches/patch-ak
new file mode 100644
index 00000000000..10f5a8311fb
--- /dev/null
+++ b/databases/postgresql73/patches/patch-ak
@@ -0,0 +1,15 @@
+$NetBSD: patch-ak,v 1.1 2004/12/18 15:59:55 jlam Exp $
+
+--- src/backend/Makefile.orig 2003-03-21 12:18:34.000000000 -0500
++++ src/backend/Makefile
+@@ -12,6 +12,10 @@ subdir = src/backend
+ top_builddir = ../..
+ include $(top_builddir)/src/Makefile.global
+
++CFLAGS+= $(DL_CFLAGS)
++LDFLAGS+= $(DL_LDFLAGS)
++LIBS+= $(DL_LIBS)
++
+ DIRS := access bootstrap catalog parser commands executor lib libpq \
+ main nodes optimizer port postmaster regex rewrite \
+ storage tcop utils