Make databases/zpygresqlda building again.
Noticed on: bento
This commit is contained in:
parent
fea28bd9a0
commit
f209474b37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70133
2 changed files with 12 additions and 3 deletions
|
@ -14,8 +14,6 @@ DISTNAME= ZPyGreSQLDA-0.3-rjr2
|
|||
|
||||
MAINTAINER= nbm@FreeBSD.org
|
||||
|
||||
BROKEN= "Cannot find python"
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/${SZOPEBASEDIR}/z2.py:${PORTSDIR}/www/zope
|
||||
LIB_DEPENDS= pq.2:${PORTSDIR}/databases/postgresql7
|
||||
|
||||
|
@ -37,7 +35,7 @@ do-build:
|
|||
@${ECHO_CMD} '*shared*' > ${WRKSRC}/src/Setup
|
||||
@${ECHO_CMD} '' >> ${WRKSRC}/src/Setup
|
||||
@${ECHO_CMD} '_pg pgmodule.c ' \
|
||||
'-I${LOCALBASE}/include/pgsql ' \
|
||||
'-I${LOCALBASE}/include ' \
|
||||
'-L${LOCALBASE}/lib ' \
|
||||
'-lpq -lcrypt' >> ${WRKSRC}/src/Setup
|
||||
@(cd ${WRKSRC}/src && \
|
||||
|
|
11
databases/zpygresqlda/files/patch-src::Makefile.pre.in
Normal file
11
databases/zpygresqlda/files/patch-src::Makefile.pre.in
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- src/Makefile.pre.in.orig Fri Nov 15 12:14:34 2002
|
||||
+++ src/Makefile.pre.in Fri Nov 15 12:14:58 2002
|
||||
@@ -92,7 +92,7 @@
|
||||
TARGET= python
|
||||
|
||||
# Installed python binary (used only by boot target)
|
||||
-PYTHON= python
|
||||
+PYTHON= python1.5
|
||||
|
||||
# Add more -I and -D options here
|
||||
CFLAGS= $(OPT) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
|
Loading…
Reference in a new issue