diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1996-10-11 20:36:10 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1996-10-11 20:36:10 +0000 |
commit | 1760aa0a0cc36394d9e750282bca0bd4eb824503 (patch) | |
tree | fa90a2ace6869a6da76a27ee62ac7d94df8cef33 /ftp/moxftp/files | |
parent | Remove spurious ";"s. (diff) |
use Motif widgets if HAVE_MOTIF=yes.
Diffstat (limited to 'ftp/moxftp/files')
-rw-r--r-- | ftp/moxftp/files/patch-aa | 39 | ||||
-rw-r--r-- | ftp/moxftp/files/patch-ad | 13 |
2 files changed, 31 insertions, 21 deletions
diff --git a/ftp/moxftp/files/patch-aa b/ftp/moxftp/files/patch-aa index 6096e944c20b..36ac242539a1 100644 --- a/ftp/moxftp/files/patch-aa +++ b/ftp/moxftp/files/patch-aa @@ -1,19 +1,20 @@ -*** Imakefile.orig Mon Dec 19 23:25:00 1994 ---- Imakefile Mon Dec 19 23:24:38 1994 -*************** -*** 126,132 **** - OBJS_STANDARD = main.o ftp.o callftp.o connect.o login.o wc_hooks.o \ - disconnect.o remote_dir.o pwd.o peek.o syst.o \ - bsdstrstr.o get.o lcd.o cd.o initialize.o dir_subs.o \ -! local_dir.o put.o mkdir.o type.o fb_rs.o version.o \ - regerror.o regexp.o regsub.o translate.o help.o \ - tran_table.o sort.o noop.o List.o ListSW.o time.o \ - tm_to_time.o archie.o popen.o icons.o myfgets.o \ ---- 126,132 ---- - OBJS_STANDARD = main.o ftp.o callftp.o connect.o login.o wc_hooks.o \ - disconnect.o remote_dir.o pwd.o peek.o syst.o \ - bsdstrstr.o get.o lcd.o cd.o initialize.o dir_subs.o \ -! local_dir.o put.o mkdir.o type.o fb_rs.o version.o \ - regerror.o regexp.o regsub.o translate.o help.o \ - tran_table.o sort.o noop.o List.o ListSW.o time.o \ - tm_to_time.o archie.o popen.o icons.o myfgets.o \ +--- Imakefile.orig Fri May 20 15:44:40 1994 ++++ Imakefile Fri Oct 11 11:05:44 1996 +@@ -110,7 +110,7 @@ + #endif + HP_DEFINE = -DHP_STUFF + #else +- XMLIB = -L$(USRLIBDIR) -lXm ++ XMLIB = -L$(USRLIBDIR) ${MOTIFLIB} + #endif + #endif + +@@ -126,7 +126,7 @@ + OBJS_STANDARD = main.o ftp.o callftp.o connect.o login.o wc_hooks.o \ + disconnect.o remote_dir.o pwd.o peek.o syst.o \ + bsdstrstr.o get.o lcd.o cd.o initialize.o dir_subs.o \ +- local_dir.o put.o mkdir.o type.o fb_rs.o version.o \ ++ local_dir.o put.o mkdir.o type.o fb_rs.o version.o \ + regerror.o regexp.o regsub.o translate.o help.o \ + tran_table.o sort.o noop.o List.o ListSW.o time.o \ + tm_to_time.o archie.o popen.o icons.o myfgets.o \ diff --git a/ftp/moxftp/files/patch-ad b/ftp/moxftp/files/patch-ad index 169bfb05a4a5..c020d41e857a 100644 --- a/ftp/moxftp/files/patch-ad +++ b/ftp/moxftp/files/patch-ad @@ -1,5 +1,14 @@ ---- ./configure.org Mon Mar 21 13:43:36 1994 -+++ ./configure Sat May 13 01:20:26 1995 +--- configure.orig Mon Mar 21 15:43:36 1994 ++++ configure Fri Oct 11 13:14:59 1996 +@@ -165,7 +165,7 @@ + ANAME=Mftp + TYPE="-DMOTIF" + TLNAME=Xmp +- TKLIB="-lXm" ++ TKLIB="\${MOTIFLIB}" + fi + + if test "${TK}" = "xaw3d"; then @@ -321,7 +321,7 @@ cd conftestdir cat > Imakefile <<EOF |