Subject: CVS commit: pkgsrc/misc/pinfo
To: None <pkgsrc-changes@netbsd.org>
From: Frederick Bruckman <fredb@netbsd.org>
List: pkgsrc-changes
Date: 07/03/2001 01:46:50
Module Name: pkgsrc
Committed By: fredb
Date: Mon Jul 2 22:46:50 UTC 2001
Modified Files:
pkgsrc/misc/pinfo: Makefile
Log Message:
We must pass a double-quote into the C program to set the value of a string.
For some reason, CPPFLAGS+= pulls the expression in _twice_, with different
quote expansion each time. This makes it even trickier than it needs to be,
so go with CPPFLAGS=.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/misc/pinfo/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.