mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
Fix build on AMD64
This commit is contained in:
parent
1c64aadc70
commit
d2a4ee8e5f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102814
@ -30,6 +30,10 @@ MAKE_ENV= system=FreeBSD \
|
|||||||
hugs_install=${HGL_LIBS}
|
hugs_install=${HGL_LIBS}
|
||||||
ALL_TARGET= all
|
ALL_TARGET= all
|
||||||
|
|
||||||
|
.if ${MACHINE_ARCH:L} == "amd64"
|
||||||
|
CFLAGS+= -fPIC
|
||||||
|
.endif
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${HGL_LIBS}
|
${MKDIR} ${HGL_LIBS}
|
||||||
${MKDIR} ${HGL_LIBS}/demos
|
${MKDIR} ${HGL_LIBS}/demos
|
||||||
|
Loading…
Reference in New Issue
Block a user