Fix build with gcc-3.4
PR: ports/69962 Submitted by: maintainer
This commit is contained in:
parent
97ff371782
commit
f86c15aaad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115396
1 changed files with 2 additions and 0 deletions
|
@ -26,8 +26,10 @@ CONFIGURE_ARGS+= --enable-shared \
|
|||
--enable-aspell \
|
||||
--mandir=${PREFIX}/man
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
MAKE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
||||
CFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
|
||||
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
||||
|
||||
INSTALLS_SHLIB= yes
|
||||
|
|
Loading…
Reference in a new issue