diff options
Diffstat (limited to 'databases/postgresql82/patches/patch-ac')
-rw-r--r-- | databases/postgresql82/patches/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/databases/postgresql82/patches/patch-ac b/databases/postgresql82/patches/patch-ac new file mode 100644 index 00000000000..e64abac7451 --- /dev/null +++ b/databases/postgresql82/patches/patch-ac @@ -0,0 +1,15 @@ +$NetBSD: patch-ac,v 1.1.1.1 2006/12/09 15:34:13 adam Exp $ + +--- src/backend/Makefile.orig 2005-10-28 05:45:29.000000000 +0900 ++++ src/backend/Makefile +@@ -13,6 +13,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 $(top_builddir)/src/timezone |