summaryrefslogtreecommitdiff
path: root/net/ser/files/patch-modules::postgres::Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/ser/files/patch-modules::postgres::Makefile')
-rw-r--r--net/ser/files/patch-modules::postgres::Makefile16
1 files changed, 0 insertions, 16 deletions
diff --git a/net/ser/files/patch-modules::postgres::Makefile b/net/ser/files/patch-modules::postgres::Makefile
deleted file mode 100644
index 56e292602036..000000000000
--- a/net/ser/files/patch-modules::postgres::Makefile
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- modules/postgres/Makefile.orig Wed Jul 30 19:29:00 2003
-+++ modules/postgres/Makefile Mon Apr 12 19:12:53 2004
-@@ -7,8 +7,8 @@
- NAME=postgres.so
-
- # libpq-fe.h locations
--DEFS +=-I/usr/local/pgsql/include -I/usr/include/postgresql
--LIBS=-L$(LOCALBASE)/pgsql/lib -L$(LOCALBASE)/lib/pgsql -L/usr/pkg/lib \
-+DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/pgsql/include -I/usr/include/postgresql
-+LIBS=-L$(LOCALBASE)/lib -L$(LOCALBASE)/pgsql/lib -L$(LOCALBASE)/lib/pgsql -L/usr/pkg/lib \
- -L/usr/pkg/lib/pgsql -lpq
-
- include ../../Makefile.modules