mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Add -fPIC to fix build on amd64
This commit is contained in:
parent
ac83248edf
commit
cfc44dd2f7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=94648
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||||
USE_REINPLACE= yes
|
USE_REINPLACE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
|
CFLAGS+= "-fPIC"
|
||||||
|
|
||||||
HEADER_FILES= ecgi.h ecgitk.h include/memfile.h
|
HEADER_FILES= ecgi.h ecgitk.h include/memfile.h
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue