diff options
author | simokawa <simokawa@FreeBSD.org> | 1999-01-05 16:13:27 +0800 |
---|---|---|
committer | simokawa <simokawa@FreeBSD.org> | 1999-01-05 16:13:27 +0800 |
commit | f50e80d46bcec87809d1cd4c27b1168bc076ec88 (patch) | |
tree | 8d3c549411f386f5f156b80765860546d74fde01 /misc/xpns | |
parent | 20b1bd725894ee80e0e5fa3d3e6d4c57df406c1e (diff) | |
download | freebsd-ports-gnome-f50e80d46bcec87809d1cd4c27b1168bc076ec88.tar.gz freebsd-ports-gnome-f50e80d46bcec87809d1cd4c27b1168bc076ec88.tar.zst freebsd-ports-gnome-f50e80d46bcec87809d1cd4c27b1168bc076ec88.zip |
remove -m486 option for alpha.
Diffstat (limited to 'misc/xpns')
-rw-r--r-- | misc/xpns/files/patch-aa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/xpns/files/patch-aa b/misc/xpns/files/patch-aa index 2b045ef13c61..5f7c3205c24b 100644 --- a/misc/xpns/files/patch-aa +++ b/misc/xpns/files/patch-aa @@ -11,7 +11,7 @@ -I = -I/usr/local/X11R5/include - -L = -L/usr/local/X11R5/lib -lXaw -lXmu -lXt -lXext -lX11 -lm -+O = -O2 -m486 ++O = -O2 +I = -I$(X11BASE)/include +L = -L$(X11BASE)/lib -lXaw -lXmu -lXt -lXext -lX11 -lm |