mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
Fix build on AMD64
PR: 63111 Submitted by: Hendrik Scholz <hendrik@scholz.net>
This commit is contained in:
parent
b8c79d7091
commit
2278059ba6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101507
@ -29,4 +29,8 @@ CONFIGURE_ARGS= --enable-python=no
|
||||
PLIST_SUB+= PYTHON:="@comment "
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${ARCH} == "amd64"
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} -fPIC"
|
||||
.endif
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user