diff options
author | fjoe <fjoe@FreeBSD.org> | 2003-11-09 23:23:22 +0800 |
---|---|---|
committer | fjoe <fjoe@FreeBSD.org> | 2003-11-09 23:23:22 +0800 |
commit | 828e39c7924850456fe34770b41f1a2356fab3e7 (patch) | |
tree | a7618122188f0d352e00f2ca698dc4d894150a75 /russian/xcode | |
parent | ea95497741c76fe87e3cab847455f4b7f45fa4a2 (diff) | |
download | freebsd-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-aa | 3 |
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} |