Fix the build when -fforce-addr is added to CFLAGS.

Foot work and patch provided by:	lioux
This commit is contained in:
Koop Mast 2005-04-15 11:13:25 +00:00
parent 4b19291d48
commit f80953006f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133403
2 changed files with 2 additions and 0 deletions

View file

@ -27,6 +27,7 @@ USE_GNOME= gnomehack \
USE_LIBTOOL_VER=15
CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} -fno-force-addr" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
PLIST_SUB= \
VERSION="${GST_VERSION}"

View file

@ -27,6 +27,7 @@ USE_GNOME= gnomehack \
USE_LIBTOOL_VER=15
CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
CFLAGS="${CFLAGS} -fno-force-addr" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
PLIST_SUB= \
VERSION="${GST_VERSION}"