aboutsummaryrefslogtreecommitdiffstats
path: root/russian/xcode
diff options
context:
space:
mode:
authorfjoe <fjoe@FreeBSD.org>2003-11-09 23:23:22 +0800
committerfjoe <fjoe@FreeBSD.org>2003-11-09 23:23:22 +0800
commit828e39c7924850456fe34770b41f1a2356fab3e7 (patch)
treea7618122188f0d352e00f2ca698dc4d894150a75 /russian/xcode
parentea95497741c76fe87e3cab847455f4b7f45fa4a2 (diff)
downloadfreebsd-ports-gnome-828e39c7924850456fe34770b41f1a2356fab3e7.tar.gz
freebsd-ports-gnome-828e39c7924850456fe34770b41f1a2356fab3e7.tar.zst
freebsd-ports-gnome-828e39c7924850456fe34770b41f1a2356fab3e7.zip
Obey CFLAGS.
Submitted by: oleg dashevskii <be9 (at) be9.ru>
Diffstat (limited to 'russian/xcode')
-rw-r--r--russian/xcode/files/patch-aa3
1 files changed, 1 insertions, 2 deletions
diff --git a/russian/xcode/files/patch-aa b/russian/xcode/files/patch-aa
index eff4493db280..888ad4096bf1 100644
--- a/russian/xcode/files/patch-aa
+++ b/russian/xcode/files/patch-aa
@@ -1,11 +1,10 @@
--- Makefile.orig Sat Feb 19 22:02:36 2000
+++ Makefile Sat Feb 19 22:02:45 2000
-@@ -10,7 +10,7 @@
+@@ -10,7 +10,6 @@
rm -f ${PROG} ${OBJ} ${SRC}~
${PROG}: ${SRC}
- gcc -O6 -fno-strength-reduce -m486 -o ${PROG} ${SRC}
-+ gcc -O6 -fno-strength-reduce -o ${PROG} ${SRC}
install: ${PROG}
install -s -m 755 ${PROG} ${BINDIR}