mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 16:29:15 -04:00
16 lines
562 B
Text
16 lines
562 B
Text
|
|
$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
|