summaryrefslogtreecommitdiff
path: root/archivers/freeze/files/patch-configure
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2001-11-03 10:20:48 +0000
committerPete Fritchman <petef@FreeBSD.org>2001-11-03 10:20:48 +0000
commit97baaa16c549f0f5053608f3758c9b060cd4cadf (patch)
tree716e050f020f219fa9fd3ca39124f9a175d3bea2 /archivers/freeze/files/patch-configure
parentAdd units-1.74, the GNU version of the units program: unit conversion and (diff)
Respect CFLAGS.
PR: 30401 Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=49521
Diffstat (limited to '')
-rw-r--r--archivers/freeze/files/patch-configure12
1 files changed, 12 insertions, 0 deletions
diff --git a/archivers/freeze/files/patch-configure b/archivers/freeze/files/patch-configure
new file mode 100644
index 000000000000..9d15741d17e4
--- /dev/null
+++ b/archivers/freeze/files/patch-configure
@@ -0,0 +1,12 @@
+$FreeBSD$
+
+--- configure.orig Thu Sep 6 11:08:26 2001
++++ configure Thu Sep 6 11:08:42 2001
+@@ -126,7 +126,7 @@
+ ${CC-cc} -E conftest.c > conftest.out 2>&1
+ if egrep yes conftest.out >/dev/null 2>&1; then
+ GCC=1 # For later tests.
+- CC="$CC -O"
++ CC="$CC"
+ fi
+ rm -f conftest*