mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
28 lines
910 B
Plaintext
28 lines
910 B
Plaintext
--- Imakefile.orig Thu Mar 14 07:02:00 1996
|
|
+++ 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
|
|
+ cp xdtm.sh xdtm.sh.script
|
|
|
|
XCOMM Install the xdtm execute script file, used to prevent xterms closing
|
|
XCOMM when the inferier process dies.
|
|
-InstallProgram(xdtm.sh, $(BINDIR))
|
|
+InstallScript(xdtm.sh, $(BINDIR))
|
|
|
|
XCOMM Install the helpfile, system xdtmrc, icon bitmaps and the default
|
|
XCOMM application defaults.
|