summaryrefslogtreecommitdiff
path: root/databases/postgresql81/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql81/patches/patch-ac')
-rw-r--r--databases/postgresql81/patches/patch-ac15
1 files changed, 0 insertions, 15 deletions
diff --git a/databases/postgresql81/patches/patch-ac b/databases/postgresql81/patches/patch-ac
deleted file mode 100644
index 44817fa239b..00000000000
--- a/databases/postgresql81/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-ac,v 1.1.1.1 2006/03/20 14:45:49 uebayasi 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