diff options
author | Cy Schubert <cy@FreeBSD.org> | 2011-08-28 05:22:32 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2011-08-28 05:22:32 +0000 |
commit | 1bc08b5a27995bfdd58f4f2f54dc1e80092a2d6d (patch) | |
tree | 02287c70eb13fb78f831302dc4ed819996ecb27e /ftp/llnlxftp/files/patch-aa | |
parent | - Update to 0.5.2 (diff) |
Resurrect llnlxftp. Distfile was moved to a new LLNL site.
Diffstat (limited to 'ftp/llnlxftp/files/patch-aa')
-rw-r--r-- | ftp/llnlxftp/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/ftp/llnlxftp/files/patch-aa b/ftp/llnlxftp/files/patch-aa new file mode 100644 index 000000000000..767d963f562b --- /dev/null +++ b/ftp/llnlxftp/files/patch-aa @@ -0,0 +1,20 @@ +--- Imakefile.orig Thu Oct 19 10:20:26 1995 ++++ Imakefile Sat Aug 28 11:36:12 1999 +@@ -79,7 +79,7 @@ + OS_LIBRARIES = -lgen + #endif + +-#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(TENONArchitecture) ++#if defined(BSDIArchitecture) || defined(i386BsdArchitecture) || defined(TENONArchitecture) || defined(FreeBSDArchitecture) + EXTRA_LIBRARIES = -lcompat + #endif + +@@ -98,7 +98,7 @@ + #ifdef XmClientLibs + LOCAL_LIBRARIES = XmClientLibs $(SOCKS_LIBS) + #else +-LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) ++LOCAL_LIBRARIES = $(XMLIB) $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS) ${MOTIFLIB} + #endif + #endif + |