mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Fix build without gcc
This commit is contained in:
parent
e880d93177
commit
4459cce774
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324093
@ -15,7 +15,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAKE_ARGS= CXX="${CXX}" \
|
||||
MAKE_ARGS= CXX="${CXX}" CC=${CC} CPP=${CPP} \
|
||||
CXXFLAGS="${CXXFLAGS} -fPIC -I${LOCALBASE}/include"
|
||||
|
||||
ALL_TARGET= targets
|
||||
|
Loading…
Reference in New Issue
Block a user