diff options
Diffstat (limited to '')
-rw-r--r-- | ftp/moxftp/files/patch-aa | 39 |
1 files changed, 20 insertions, 19 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 \ |