diff options
author | steve <steve@FreeBSD.org> | 1999-07-04 21:40:45 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-04 21:40:45 +0000 |
commit | 5b6708776618691d375e8ac1e2fa25df6e54ae80 (patch) | |
tree | eb16856893d1e69270ff034448baff01c82f9532 /x11/xdtm | |
parent | cf4cf691a53827d87f8ca66e0cd0956b8200e69f (diff) | |
download | FreeBSD-ports-5b6708776618691d375e8ac1e2fa25df6e54ae80.zip FreeBSD-ports-5b6708776618691d375e8ac1e2fa25df6e54ae80.tar.gz |
Make this build on the Alpha too.
Diffstat (limited to 'x11/xdtm')
-rw-r--r-- | x11/xdtm/files/patch-aa | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/x11/xdtm/files/patch-aa b/x11/xdtm/files/patch-aa index 5f838f3..8249b4a 100644 --- a/x11/xdtm/files/patch-aa +++ b/x11/xdtm/files/patch-aa @@ -1,6 +1,18 @@ --- Imakefile.orig Thu Mar 14 07:02:00 1996 -+++ Imakefile Sun Oct 4 17:56:07 1998 -@@ -241,10 +241,11 @@ ++++ Imakefile Mon May 31 09:22:43 1999 +@@ -147,6 +147,11 @@ + XDTMOPTIONS = -DHAS_STRSTR -DUSE_CWD -DECHO_N -DUSE_TERMIOS + #endif + ++#ifdef FreeBSDArchitecture ++ LOCAL_LDFLAGS = ++ XDTMOPTIONS = -DHAS_STRSTR -DUSE_CWD -DECHO_N -DUSE_TERMIOS ++#endif ++ + #if SystemV4 /* SVR4 is mostly POSIX */ + XDTMOPTIONS = -DHAS_STRSTR -DUSE_CWD -DUSE_TERMIOS + #endif +@@ -241,10 +246,11 @@ sed -e 's^\"{icon dir}\"^\"$(XDTMDIR)/icons\"^' \ xdtmrc.orig > xdtmrc sed -e 's^iconfile^$(XDTMDIR)/new_xdtm.xbm^' Xdtm.ad.tmpl > Xdtm.ad |