diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-07 11:56:36 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-02-07 11:56:36 +0000 |
commit | 501de1dbf3227625ac18a4b685f92c493d09bc0c (patch) | |
tree | 346b38d096e3209a43f42efac9214b2e22cacdc0 /graphics/synaesthesia/files/patch-configure | |
parent | - Add LICENSE (diff) |
- Clarify LICENSE
- Add LICENSE_FILE
- Switch to options helpers
- Regenerate patches with `make makepatch`
Notes
Notes:
svn path=/head/; revision=408384
Diffstat (limited to 'graphics/synaesthesia/files/patch-configure')
-rw-r--r-- | graphics/synaesthesia/files/patch-configure | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/synaesthesia/files/patch-configure b/graphics/synaesthesia/files/patch-configure index 4083551546d3..b08489657935 100644 --- a/graphics/synaesthesia/files/patch-configure +++ b/graphics/synaesthesia/files/patch-configure @@ -1,11 +1,11 @@ ---- configure.orig Sat May 26 11:34:45 2001 -+++ configure Sat May 26 11:34:50 2001 -@@ -785,8 +785,6 @@ - +--- configure.orig 2005-12-29 02:52:19 UTC ++++ configure +@@ -1664,8 +1664,6 @@ fi + ac_config_commands="$ac_config_commands default-1" -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 + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' |