summaryrefslogtreecommitdiff
path: root/x11/xloadimage/files/patch-7
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-07-03 08:25:56 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-07-03 08:25:56 +0000
commit1e5409c41b5a79a6f59a3e385ea854740707cbcf (patch)
tree10f434aaa84eda32c7fff9366fbbefe12969aaa8 /x11/xloadimage/files/patch-7
parentNew port of smapi - a Squish MSGAPI which can be used to access Squish format (diff)
Respect CC, CFLAGS and install missed manpage.
PR: 19645 Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Notes
Notes: svn path=/head/; revision=30121
Diffstat (limited to '')
-rw-r--r--x11/xloadimage/files/patch-712
1 files changed, 12 insertions, 0 deletions
diff --git a/x11/xloadimage/files/patch-7 b/x11/xloadimage/files/patch-7
new file mode 100644
index 000000000000..bca1abcecd88
--- /dev/null
+++ b/x11/xloadimage/files/patch-7
@@ -0,0 +1,12 @@
+--- Make.conf Tue Nov 9 17:26:55 1993
++++ Make.conf Sun Jul 2 10:57:03 2000
+@@ -12,5 +12,8 @@
+
+ # Optimization flags for C compiler.
+-OPT_FLAGS=
++# A comment inside autoconfig.c recommends the two extra options:
++# -fstrength-reduce and -finline-functions
++# Unfortunately, strength-reduce triggers a bug in the gcc-2.95.2.
++OPT_FLAGS:=-fno-strength-reduce -finline-functions ${CFLAGS}
+
+ # Miscellaneous system libraries.