diff options
author | Steve Price <steve@FreeBSD.org> | 1999-08-29 15:35:46 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-08-29 15:35:46 +0000 |
commit | eee94a3b11bd3f65a123bb333e957a92561ecbbe (patch) | |
tree | 48700cdbdd27dfd61b58278a88131979235a8c71 /ftp | |
parent | 071c0abcebfaa3fbd233df1866b6af2efc95ac4d (diff) | |
download | ports-eee94a3b11bd3f65a123bb333e957a92561ecbbe.tar.gz ports-eee94a3b11bd3f65a123bb333e957a92561ecbbe.zip |
Notes
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/llnlxdir/files/patch-aa | 13 | ||||
-rw-r--r-- | ftp/llnlxftp/files/patch-aa | 13 |
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) |