1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
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 New port opendx, the Open Source version of IBM's Data Explorer. 1999-09-20 06:43:20 +00:00
patch-ac New port opendx, the Open Source version of IBM's Data Explorer. 1999-09-20 06:43:20 +00:00
patch-ad New port opendx, the Open Source version of IBM's Data Explorer. 1999-09-20 06:43:20 +00:00
patch-ae New port opendx, the Open Source version of IBM's Data Explorer. 1999-09-20 06:43:20 +00:00
patch-ah New port opendx, the Open Source version of IBM's Data Explorer. 1999-09-20 06:43:20 +00:00
patch-ai Don't use 'cc -D${ARCH} -c foo.c' especially when '${ARCH} = alpha' and 1999-09-29 01:24:51 +00:00