freebsd-ports/graphics/opendx/files
Steve Price 9bc10b0f3d Don't use 'cc -D${ARCH} -c foo.c' especially when '${ARCH} = alpha' and
you have this in your code, 'double alpha[30];'.  The preprocessor does
what it's supposed to do and replaces all of occurrences of alpha with 1
and the compiler sees code like this 'double 1[10]' which it summarily
yacks on. :)
1999-09-29 01:24:51 +00:00
..
patch-ab
patch-ac
patch-ad
patch-ae
patch-ah
patch-ai Don't use 'cc -D${ARCH} -c foo.c' especially when '${ARCH} = alpha' and 1999-09-29 01:24:51 +00:00