1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Fix build on AMD64

This commit is contained in:
Tilman Keskinoz 2004-03-03 12:47:58 +00:00
parent 1c64aadc70
commit d2a4ee8e5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102814

View File

@ -30,6 +30,10 @@ MAKE_ENV= system=FreeBSD \
hugs_install=${HGL_LIBS}
ALL_TARGET= all
.if ${MACHINE_ARCH:L} == "amd64"
CFLAGS+= -fPIC
.endif
do-install:
${MKDIR} ${HGL_LIBS}
${MKDIR} ${HGL_LIBS}/demos