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:
parent
7bcdcbc64f
commit
c710fb3f8a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55129
@ -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=}'
|
||||
|
Loading…
Reference in New Issue
Block a user