1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix build with postgresql 7.2 (some .h files have moved).

This commit is contained in:
Jimmy Olgeni 2002-02-23 14:12:38 +00:00
parent 7bcdcbc64f
commit c710fb3f8a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55129

View File

@ -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=}'