From 9282efad7e4534993a56aee4707b2bb094db16cb Mon Sep 17 00:00:00 2001 From: Koop Mast Date: Sun, 20 Mar 2011 10:24:56 +0000 Subject: Fix build on -current with updated binutils. This is quite the hammer approuch, but since I haven't found a nicer way this will have to do. PR: ports/155686 Submitted by: Kris Moore --- multimedia/gstreamer-ffmpeg/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multimedia/gstreamer-ffmpeg/Makefile b/multimedia/gstreamer-ffmpeg/Makefile index 798c08ac4034..a3bd0cb78231 100644 --- a/multimedia/gstreamer-ffmpeg/Makefile +++ b/multimedia/gstreamer-ffmpeg/Makefile @@ -30,7 +30,7 @@ CONFIGURE_ARGS= "--with-ffmpeg-extra-configure=--cc=${CC}" CONFIGURE_ENV= PKG_CONFIG=${PKG_CONFIG} \ CPPFLAGS="${CPPFLAGS}" \ CFLAGS="${CFLAGS} -fno-force-addr" \ - LDFLAGS="${LDFLAGS}" + LDFLAGS="${LDFLAGS} -Wl,-Bsymbolic" PLIST_SUB= \ VERSION="${GST_VERSION}" WITHOUT_CPU_CFLAGS= yes -- cgit v1.2.3