mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Fix build on AMD64
PR: 63185 Submitted by: Hendrik Scholz <hendrik@scholz.net>
This commit is contained in:
parent
c7e8ada4d6
commit
eda2f67bb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=101744
@ -24,6 +24,10 @@ MAN3= libds.3
|
||||
HTML= avltree.html heap.html parray.html set.html hashtbl.html \
|
||||
index.html queue.html stack.html
|
||||
|
||||
.if ${ARCH} == "amd64"
|
||||
CFLAGS+= -fPIC
|
||||
.endif
|
||||
|
||||
# Copy header file and libraries.
|
||||
do-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/ds.h ${PREFIX}/include
|
||||
|
Loading…
Reference in New Issue
Block a user