diff options
author | George C A Reid <greid@FreeBSD.org> | 2001-05-26 10:48:21 +0000 |
---|---|---|
committer | George C A Reid <greid@FreeBSD.org> | 2001-05-26 10:48:21 +0000 |
commit | d593d56d899bcf5f2f20a113b6e222dcfb43f94f (patch) | |
tree | 5f1f1718a282a246205d1d1832ce1051c71b0ee3 /graphics/synaesthesia/files/patch-configure | |
parent | Add LIB_DEPENDS to gnet. (diff) |
Add synaesthesia 2.1, a program to graphically represents sound in real
time
PR: 27652
Submitted by: Pete Fritchman <petef@databits.net>
Notes
Notes:
svn path=/head/; revision=43078
Diffstat (limited to 'graphics/synaesthesia/files/patch-configure')
-rw-r--r-- | graphics/synaesthesia/files/patch-configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/synaesthesia/files/patch-configure b/graphics/synaesthesia/files/patch-configure new file mode 100644 index 000000000000..4083551546d3 --- /dev/null +++ b/graphics/synaesthesia/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Sat May 26 11:34:45 2001 ++++ configure Sat May 26 11:34:50 2001 +@@ -785,8 +785,6 @@ + + + +-CXXFLAGS="-O4" +-CFLAGS="-O4" + + # Extract the first word of "gcc", so it can be a program name with args. + set dummy gcc; ac_word=$2 |