diff options
Diffstat (limited to 'ftp/llnlxdir/files/patch-Imakefile')
-rw-r--r-- | ftp/llnlxdir/files/patch-Imakefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ftp/llnlxdir/files/patch-Imakefile b/ftp/llnlxdir/files/patch-Imakefile new file mode 100644 index 000000000000..c232c24ce024 --- /dev/null +++ b/ftp/llnlxdir/files/patch-Imakefile @@ -0,0 +1,20 @@ +--- Imakefile.orig Mon Feb 9 14:23:35 1998 ++++ Imakefile Sat Aug 28 11:33:56 1999 +@@ -120,7 +120,7 @@ + OS_LIBRARIES = -lgen + #endif + +-#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(NetBSDArchitecture) ++#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(NetBSDArchitecture) || defined(FreeBSDArchitecture) + EXTRA_LIBRARIES = -lcompat + #endif + +@@ -139,7 +139,7 @@ + #ifdef XmClientLibs + LOCAL_LIBRARIES = XmClientLibs $(SOCKS_LIBS) + #else +-LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) $(SYSLIB) ++LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) $(SYSLIB) ${MOTIFLIB} + #endif + #endif + |