diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-07-25 18:54:26 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-07-25 18:54:26 +0000 |
commit | 40a3b0ef5ff3ee0938d700db2c51c300243c5e67 (patch) | |
tree | 8fc0794111b361cace074fd6ebf5d27c38a03307 /mail/emil/files/patch-configure | |
parent | Fix elm build with clang (respect $CC in configure) (diff) |
- Respect $CC
- Fix build with clang
- Regenerate patchfiles after including the clang patches
Notes
Notes:
svn path=/head/; revision=278313
Diffstat (limited to 'mail/emil/files/patch-configure')
-rw-r--r-- | mail/emil/files/patch-configure | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/emil/files/patch-configure b/mail/emil/files/patch-configure new file mode 100644 index 000000000000..9458efb87877 --- /dev/null +++ b/mail/emil/files/patch-configure @@ -0,0 +1,10 @@ +--- configure.orig 1996-04-19 12:22:41.000000000 +0200 ++++ configure 2011-07-25 20:21:58.000000000 +0200 +@@ -513,7 +513,6 @@ fi + + + +-CC=gcc + for ac_prog in 'bison -y' byacc + do + # Extract the first word of "$ac_prog", so it can be a program name with args. |