summaryrefslogtreecommitdiff
path: root/ftp/llnlxftp
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-08-29 15:35:46 +0000
committerSteve Price <steve@FreeBSD.org>1999-08-29 15:35:46 +0000
commiteee94a3b11bd3f65a123bb333e957a92561ecbbe (patch)
tree48700cdbdd27dfd61b58278a88131979235a8c71 /ftp/llnlxftp
parentMake this port interoperable on the FreeBSD/Alpha. From Andrew Gallatin: (diff)
We need libcompat on FreeBSD/Alpha too.
Notes
Notes: svn path=/head/; revision=21092
Diffstat (limited to 'ftp/llnlxftp')
-rw-r--r--ftp/llnlxftp/files/patch-aa13
1 files changed, 11 insertions, 2 deletions
diff --git a/ftp/llnlxftp/files/patch-aa b/ftp/llnlxftp/files/patch-aa
index e972b7fe719f..767d963f562b 100644
--- a/ftp/llnlxftp/files/patch-aa
+++ b/ftp/llnlxftp/files/patch-aa
@@ -1,5 +1,14 @@
---- Imakefile.orig Sun May 2 05:05:41 1999
-+++ Imakefile Sun May 2 05:05:53 1999
+--- 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)