summaryrefslogtreecommitdiff
path: root/ftp
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
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')
-rw-r--r--ftp/llnlxdir/files/patch-aa13
-rw-r--r--ftp/llnlxftp/files/patch-aa13
2 files changed, 22 insertions, 4 deletions
diff --git a/ftp/llnlxdir/files/patch-aa b/ftp/llnlxdir/files/patch-aa
index d1c0c7451c0c..c232c24ce024 100644
--- a/ftp/llnlxdir/files/patch-aa
+++ b/ftp/llnlxdir/files/patch-aa
@@ -1,5 +1,14 @@
---- Imakefile.orig Sun May 2 13:45:24 1999
-+++ Imakefile Sun May 2 13:45:52 1999
+--- 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)
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)