aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-PyGreSQL
diff options
context:
space:
mode:
authorolgeni <olgeni@FreeBSD.org>2002-02-23 22:12:38 +0800
committerolgeni <olgeni@FreeBSD.org>2002-02-23 22:12:38 +0800
commit0b67884e143822e4e9e25b081612d7680c460815 (patch)
tree715a875e0d18dc38b35ff12c0c960c750cf8fa26 /databases/py-PyGreSQL
parent699f24e75b89c7bf4b47e33a58cbd369cdb5f571 (diff)
downloadfreebsd-ports-gnome-0b67884e143822e4e9e25b081612d7680c460815.tar.gz
freebsd-ports-gnome-0b67884e143822e4e9e25b081612d7680c460815.tar.zst
freebsd-ports-gnome-0b67884e143822e4e9e25b081612d7680c460815.zip
Fix build with postgresql 7.2 (some .h files have moved).
Diffstat (limited to 'databases/py-PyGreSQL')
-rw-r--r--databases/py-PyGreSQL/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-PyGreSQL/files/Makefile b/databases/py-PyGreSQL/files/Makefile
index 0d7661c9f5f2..5b5c5edbdba7 100644
--- a/databases/py-PyGreSQL/files/Makefile
+++ b/databases/py-PyGreSQL/files/Makefile
@@ -20,7 +20,7 @@ _pgmodule.so: pgmodule.o
pgmodule.o: pgmodule.c
${CC} -c -I${PREFIX}/include/${PYTHON_VERSION} \
- -I${PREFIX}/include/pgsql -I${PREFIX}/pgsql/include ${.ALLSRC}
+ -I${PREFIX}/include -I${PREFIX}/pgsql/include ${.ALLSRC}
.py.pyc:
${SETENV} PYTHONPATH=${.CURDIR} ${PYTHON} -c 'import ${.IMPSRC:.py=}'