summaryrefslogtreecommitdiff
path: root/net/ser/files/patch-modules::postgres::Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2003-09-14 16:51:56 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2003-09-14 16:51:56 +0000
commitf0fb6b9efa0cdf1e9dfd0d654d59dba7227bba85 (patch)
tree17f5a4dd2b30f3cabed5d24728df014a7b300cd1 /net/ser/files/patch-modules::postgres::Makefile
parentRescue a hosed port from death row. GCL is now healthy enough to (diff)
Add ser 0.8.11, a very fast and configurable SIP proxy.
Notes
Notes: svn path=/head/; revision=88981
Diffstat (limited to 'net/ser/files/patch-modules::postgres::Makefile')
-rw-r--r--net/ser/files/patch-modules::postgres::Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/ser/files/patch-modules::postgres::Makefile b/net/ser/files/patch-modules::postgres::Makefile
new file mode 100644
index 000000000000..565fa42e2bf2
--- /dev/null
+++ b/net/ser/files/patch-modules::postgres::Makefile
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- modules/postgres/Makefile.orig Wed Jul 30 19:34:46 2003
++++ modules/postgres/Makefile Wed Sep 10 19:40:11 2003
+@@ -7,7 +7,7 @@
+ NAME=postgres.so
+
+ # libpq-fe.h locations
+-DEFS +=-I/usr/local/pgsql/include -I/usr/include/postgresql
++DEFS +=-I$(LOCALBASE)/pgsql/include -I/usr/include/postgresql
+ LIBS=-L$(LOCALBASE)/pgsql/lib -L$(LOCALBASE)/lib/pgsql -L/usr/pkg/lib \
+ -L/usr/pkg/lib/pgsql -lpq
+