diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-05 13:25:36 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-05 13:25:36 +0800 |
commit | e38b023ec71f135d32be4fea65708adc2327c20a (patch) | |
tree | efe5cdf8d8c4734dd483a299782bc47a21ffe40e /japanese/dvi2ps | |
parent | 1368f902dc58bdc5391a36e6866ef97e6b85916d (diff) | |
download | freebsd-ports-gnome-e38b023ec71f135d32be4fea65708adc2327c20a.tar.gz freebsd-ports-gnome-e38b023ec71f135d32be4fea65708adc2327c20a.tar.zst freebsd-ports-gnome-e38b023ec71f135d32be4fea65708adc2327c20a.zip |
Remove -m486 option for alpha.
Diffstat (limited to 'japanese/dvi2ps')
-rw-r--r-- | japanese/dvi2ps/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/dvi2ps/files/patch-aa b/japanese/dvi2ps/files/patch-aa index 9a7367bd7c1d..c27c7ba7a567 100644 --- a/japanese/dvi2ps/files/patch-aa +++ b/japanese/dvi2ps/files/patch-aa @@ -54,7 +54,7 @@ # ! #CCFLAGS = -g #CCFLAGS = -O # SUNOS 4.X etc ... -! CCFLAGS = -O -DPOSIX -m486 # NetBSD FreeBSD (gcc 2.X), Linux +! CCFLAGS = -O2 -DPOSIX # NetBSD FreeBSD (gcc 2.X), Linux #CCFLAGS = -O -DMSDOS -DPOSIX # DJGCC (gcc 2.X) #CCFLAGS = -O -DANSI -DPOSIX -DSYSV -DSYSVIO # Solaris 2.X (SUNWpro/bin/cc) #CCFLAGS = -O -DSYSVIO # Solaris 2.X (/usr/ucb/cc -- not recommended) |