mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Add -fPIC to CFLAGS since some depents use plib in shared libraries.
PR: ports/68109 Submitted by: thierry
This commit is contained in:
parent
6b787b91fc
commit
85c3d4a725
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111977
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= plib
|
||||
PORTVERSION= 1.8.3
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://plib.sourceforge.net/dist/
|
||||
|
||||
@ -19,7 +19,7 @@ USE_GL= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" \
|
||||
CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \
|
||||
CXX="${CXX}" CXXFLAGS="${CXXFLAGS} -fPIC" \
|
||||
CPPFLAGS="${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="${PTHREAD_LIBS}"
|
||||
CONFIGURE_ARGS= --with-GL=${X11BASE} --with-x
|
||||
|
Loading…
Reference in New Issue
Block a user