pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/42897 CVS commit: pkgsrc/graphics/netpbm
The following reply was made to PR pkg/42897; it has been noted by GNATS.
From: Tobias Nygren <tnn%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/42897 CVS commit: pkgsrc/graphics/netpbm
Date: Thu, 4 Mar 2010 11:01:02 +0000
Module Name: pkgsrc
Committed By: tnn
Date: Thu Mar 4 11:01:01 UTC 2010
Modified Files:
pkgsrc/graphics/netpbm: distinfo
pkgsrc/graphics/netpbm/patches: patch-da patch-db
Log Message:
Mixing _XOPEN_SOURCE=500 and _XOPEN_SOURCE=600 in the same package
is asking for trouble. On solaris these options are mutually exclusive
because 600 needs C99 and 500 is not allowed to use C99.
I lowered the requirement to _XOPEN_SOURCE=500 and the build succeeded.
While here I'll note that PR pkg/42897 (netbpm link error on Solaris 10)
should now be fixed by libpng-1.2.41nb1.
To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/graphics/netpbm/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/netpbm/patches/patch-da \
pkgsrc/graphics/netpbm/patches/patch-db
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