Fix build with gcc-3.4

PR:		ports/69962
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-08-04 10:19:24 +00:00
parent 97ff371782
commit f86c15aaad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115396

View file

@ -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