1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

While building on amd64 add -fPIC to CFLAGS

This commit is contained in:
Alexey Zelkin 2004-12-24 06:34:45 +00:00
parent 28eeaf6db7
commit d057a5dfa8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125036

View File

@ -37,6 +37,10 @@ DEMOS_SRC= ${WRKSRC}/demos/programs
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
CONFIGURE_ARGS+= --with-pic
.endif
# User config option: Build and install Motif demos
.if defined(WITHOUT_OPENMOTIF_DEMOS)
PLIST_SUB+= MOTIF_DEMOS="@comment "