pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/libXfont



Module Name:    pkgsrc
Committed By:   tnn
Date:           Mon Jan 21 13:56:29 UTC 2008

Modified Files:
        pkgsrc/x11/libXfont: distinfo
Added Files:
        pkgsrc/x11/libXfont/patches: patch-ac

Log Message:
Fix a silly build failure on HP-UX. For reasons unknown, libXfont
(or actually the bundled t1lib) provides it's "own" implementation of
stdio.h as t1stdio.h. For this reason they take care not to include stdio.h
to avoid conflicts. But they do include stdlib.h which on HP-UX
recursively includes stdio.h. Fix by not including stdlib.h on HP-UX.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/x11/libXfont/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/x11/libXfont/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