pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/multimedia/gpac
Module Name: pkgsrc
Committed By: marino
Date: Tue Oct 9 17:53:51 UTC 2012
Modified Files:
pkgsrc/multimedia/gpac: distinfo
pkgsrc/multimedia/gpac/patches: patch-ac
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".
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/multimedia/gpac/distinfo
cvs rdiff -u -r1.1.1.1 -r1.2 pkgsrc/multimedia/gpac/patches/patch-ac
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index