aboutsummaryrefslogtreecommitdiffstats
path: root/russian
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>2000-02-21 05:03:59 +0800
committersteve <steve@FreeBSD.org>2000-02-21 05:03:59 +0800
commit55c1a54373eb07788940cb0facee97cb58c97f2d (patch)
treef8c8ef7de08524fca9143b454ad11a3015acc3db /russian
parent0d0f2548a9a7438ee0f5be6cb2a6934185b810b2 (diff)
downloadfreebsd-ports-gnome-55c1a54373eb07788940cb0facee97cb58c97f2d.tar.gz
freebsd-ports-gnome-55c1a54373eb07788940cb0facee97cb58c97f2d.tar.zst
freebsd-ports-gnome-55c1a54373eb07788940cb0facee97cb58c97f2d.zip
Don't add '-m486' to CFLAGS so this builds on the Alpha.
Diffstat (limited to 'russian')
-rw-r--r--russian/xcode/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/russian/xcode/files/patch-aa b/russian/xcode/files/patch-aa
new file mode 100644
index 000000000000..eff4493db280
--- /dev/null
+++ b/russian/xcode/files/patch-aa
@@ -0,0 +1,11 @@
+--- Makefile.orig Sat Feb 19 22:02:36 2000
++++ Makefile Sat Feb 19 22:02:45 2000
+@@ -10,7 +10,7 @@
+ 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}