summaryrefslogtreecommitdiff
path: root/russian
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-11-09 15:23:22 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-11-09 15:23:22 +0000
commit3745190befdee540128fd59e761a6eb6c722ec96 (patch)
tree08d8efc3f5ddbc5399a6c62603eaf61a13252375 /russian
parentMake swarm buildable, (diff)
Obey CFLAGS.
Submitted by: oleg dashevskii <be9 (at) be9.ru>
Notes
Notes: svn path=/head/; revision=93544
Diffstat (limited to 'russian')
-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}