pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/abiword
Module Name: pkgsrc
Committed By: marino
Date: Tue Oct 9 19:57:02 UTC 2012
Modified Files:
pkgsrc/editors/abiword: distinfo
Added Files:
pkgsrc/editors/abiword/patches: patch-src_Makefile.in
Log Message:
editors/abiword: Fix linker flag bug
GCC 4.6+ does not tolerate flags starting with "--" like older versions
of GCC do. These flags were meant to fall to the linker but starting
with GCC 4.6, they must be explicitly prefixed with "-Wl,"
Fixes the gcc 4.7.2 breakage on "--no-undefined".
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/editors/abiword/distinfo
cvs rdiff -u -r0 -r1.1 pkgsrc/editors/abiword/patches/patch-src_Makefile.in
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