1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/russian/xcode/files/patch-aa

12 lines
312 B
Plaintext
Raw Normal View History

--- 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}