Fix build on AMD64

Approved by:	Palle Girgensohn <girgen@pingpong.net>
This commit is contained in:
Tilman Keskinoz 2004-02-01 12:48:03 +00:00
parent daa88c43e9
commit c979e95654
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99688

View File

@ -27,6 +27,7 @@ post-patch:
${REINPLACE_CMD} "s,/usr/local/pgsql,${PREFIX},; \
s,^CFLAGS.*,CFLAGS=${CFLAGS},; \
s,\...SO_MINOR_VERSION.,,; \
s,\-I,\-fPIC \-I,; \
s,\(\-[IL]\)[^/]*,\\1${LOCALBASE}," ${WRKSRC}/Makefile
.include <bsd.port.mk>