diff options
author | Steve Price <steve@FreeBSD.org> | 2000-02-20 21:03:59 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-02-20 21:03:59 +0000 |
commit | 0ef9f551604b445ccaebccb67cf76a9b407ff3a4 (patch) | |
tree | 417d95e3ddf3ae779b0027edcf0083505ad365bc /russian | |
parent | 6caf3abbd945a2ab5e50d122446e2c48dd7243aa (diff) | |
download | ports-0ef9f551604b445ccaebccb67cf76a9b407ff3a4.tar.gz ports-0ef9f551604b445ccaebccb67cf76a9b407ff3a4.zip |
Notes
Diffstat (limited to 'russian')
-rw-r--r-- | russian/xcode/files/patch-aa | 11 |
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} |