aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimokawa <simokawa@FreeBSD.org>1999-01-05 13:32:08 +0800
committersimokawa <simokawa@FreeBSD.org>1999-01-05 13:32:08 +0800
commit608e2077c4366dc77b66e7d7ff7fce44265df00d (patch)
tree2e3c621d679f42589b2793ca5b7770924362f503
parente38b023ec71f135d32be4fea65708adc2327c20a (diff)
downloadfreebsd-ports-graphics-608e2077c4366dc77b66e7d7ff7fce44265df00d.tar.gz
freebsd-ports-graphics-608e2077c4366dc77b66e7d7ff7fce44265df00d.tar.zst
freebsd-ports-graphics-608e2077c4366dc77b66e7d7ff7fce44265df00d.zip
remove -m486 option for alpha
-rw-r--r--chinese/xcin/files/patch-aa9
-rw-r--r--chinese/xcin25/files/patch-aa9
2 files changed, 0 insertions, 18 deletions
diff --git a/chinese/xcin/files/patch-aa b/chinese/xcin/files/patch-aa
index 7db3e03d6e4..a2dfee84e79 100644
--- a/chinese/xcin/files/patch-aa
+++ b/chinese/xcin/files/patch-aa
@@ -44,15 +44,6 @@
if [ "$?" = '1' ]; then
echo 'Stop!'
echo
-@@ -155,7 +160,7 @@
-
- # Test the -O2 for CFLAGS.
- ${CC-cc} -O2 conftest.c >/dev/null 2>&1
--test -f a.out && CFLAGS=-O2
-+test -f a.out && CFLAGS="-O2 -m486"
- CFLAGS="${CFLAGS--O}"
- rm -f a.out
-
@@ -248,7 +253,7 @@
IFS="$saveifs"
fi
diff --git a/chinese/xcin25/files/patch-aa b/chinese/xcin25/files/patch-aa
index 7db3e03d6e4..a2dfee84e79 100644
--- a/chinese/xcin25/files/patch-aa
+++ b/chinese/xcin25/files/patch-aa
@@ -44,15 +44,6 @@
if [ "$?" = '1' ]; then
echo 'Stop!'
echo
-@@ -155,7 +160,7 @@
-
- # Test the -O2 for CFLAGS.
- ${CC-cc} -O2 conftest.c >/dev/null 2>&1
--test -f a.out && CFLAGS=-O2
-+test -f a.out && CFLAGS="-O2 -m486"
- CFLAGS="${CFLAGS--O}"
- rm -f a.out
-
@@ -248,7 +253,7 @@
IFS="$saveifs"
fi