summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-08-29 15:35:46 +0000
committersteve <steve@FreeBSD.org>1999-08-29 15:35:46 +0000
commit314da8385cb80c6e5655ec7b053a19ff5c5e52b6 (patch)
tree25dda404fff1abde47e1cd128d1aea741460868d
parent3e55b0a8fe7020cf84ed804f73d65e8793cd95b7 (diff)
downloadFreeBSD-ports-314da8385cb80c6e5655ec7b053a19ff5c5e52b6.zip
FreeBSD-ports-314da8385cb80c6e5655ec7b053a19ff5c5e52b6.tar.gz
We need libcompat on FreeBSD/Alpha too.
-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 d1c0c74..c232c24 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 e972b7f..767d963 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)
OpenPOWER on IntegriCloud