diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2000-12-31 09:34:53 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2000-12-31 09:34:53 +0000 |
commit | ad201891c1f2695ea4b5890375c42134eb4d5dd6 (patch) | |
tree | 4cd5b346d6c2f885fc263521f3b0f6f36e56c0a6 /math | |
parent | 0d09428d0cf0dd6cae9e10f3110bcae176b84eb8 (diff) |
Old configure style is obsolete due to update of grace to version 5.1.2.
Notes
Notes:
svn path=/head/; revision=36518
Diffstat (limited to 'math')
-rw-r--r-- | math/grace/files/freebsd | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/math/grace/files/freebsd b/math/grace/files/freebsd deleted file mode 100644 index 9f21bfa5310c..000000000000 --- a/math/grace/files/freebsd +++ /dev/null @@ -1,27 +0,0 @@ -#**************************************** -#* Intel Linux with X11R6 and Motif 2.0 * -#**************************************** - -############################### -# Compiler -# -CC="gcc" -############################### - -############################### -# C flags -# -CFLAGS="-Wall -pedantic" -############################### - -############################### -# Misc optimization flags -# -OPTIMIZE="-O2" -############################### - -############################### -# Flags used for debugging -# -DEBUG="-g -O2" -############################### |