Subject: CVS commit: pkgsrc/multimedia/gpac
From: John Marino
Date: 2012-10-09 19:53:51
Message id: 20121009175351.E0816175DD@cvs.netbsd.org

Log Message:
multimedia/gpac: Fix linker flag bug

GCC 4.6+ does not tolerate flags starting with "--" like older versions
do.  These flags were meant to fall to the linker, but starting with
GCC 4.6, they have to be explicitly prefixed with "-Wl,".

Fix the gcc 4.7 breakage on "--warn-common".

Files:
RevisionActionfile
1.6modifypkgsrc/multimedia/gpac/distinfo
1.2modifypkgsrc/multimedia/gpac/patches/patch-ac