pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/graphviz



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 24 15:53:12 UTC 2009

Modified Files:
        pkgsrc/graphics/graphviz: distinfo
        pkgsrc/graphics/graphviz/patches: patch-aa patch-ab

Log Message:
Work around a lang/gcc44 bug which causes problems for the sincos(3)
configure test in graphviz.
The expression tested is constant folded and optimized away even though we
don't have sincos(3) in the math library. When graphviz later tries
to use sincos(3) on a variable argument we get an unresolved symbol.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/graphics/graphviz/distinfo
cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/graphviz/patches/patch-aa
cvs rdiff -u -r1.17 -r1.18 pkgsrc/graphics/graphviz/patches/patch-ab

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