mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Fix build on amd64 through -fPIC
This commit is contained in:
parent
f2bdcc8a3e
commit
a77403ddfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=193747
@ -18,6 +18,12 @@ COMMENT= A GUI library for Haskell on top of Tcl-Tk
|
||||
|
||||
LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
USE_GMAKE= yes
|
||||
WRKSRC= ${WRKDIR}/FranTk1.1/src
|
||||
|
||||
@ -36,4 +42,4 @@ post-install:
|
||||
.endif
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user