Subject: CVS commit: pkgsrc/graphics/tiff
To: None <pkgsrc-changes@NetBSD.org>
From: Jan Schaumann <jschauma@netbsd.org>
List: pkgsrc-changes
Date: 09/05/2004 16:49:03
Module Name: pkgsrc
Committed By: jschauma
Date: Sun Sep 5 16:49:03 UTC 2004
Modified Files:
pkgsrc/graphics/tiff: distinfo
pkgsrc/graphics/tiff/patches: patch-aa
Log Message:
When ``relativize''-ing CFLAGS, don't substitute anything that begins
with a '-' as '../-', as this is basically guaranteed to be wrong.
Examples: -n32 or -64 for IRIX ABI would be substituted as '../-64',
which of course breaks the package. Other possible CFLAGS would
have the same result.
To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 pkgsrc/graphics/tiff/distinfo
cvs rdiff -r1.13 -r1.14 pkgsrc/graphics/tiff/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.