Fix the build when -fforce-addr is added to CFLAGS.
Foot work and patch provided by: lioux
This commit is contained in:
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
|
@ -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}"
|
||||
|
|
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue