diff options
Diffstat (limited to 'deskutils/xmaddressbook/files')
-rw-r--r-- | deskutils/xmaddressbook/files/patch-aa | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/deskutils/xmaddressbook/files/patch-aa b/deskutils/xmaddressbook/files/patch-aa new file mode 100644 index 00000000000..79d71899f72 --- /dev/null +++ b/deskutils/xmaddressbook/files/patch-aa @@ -0,0 +1,27 @@ +*** Imakefile.orig Fri Jul 21 00:17:40 1995 +--- Imakefile Tue Nov 19 17:22:06 1996 +*************** +*** 16,26 **** + OBJS = file.o general.o help.o list.o main.o menu.o print.o quit.o search.o error_msg.o duplicate.o namelist.o goto.o card.o curses.o mail.o preferences.o + SRCS = file.c general.c help.c list.c main.c menu.c print.c quit.c search.c error_msg.c duplicate.c namelist.c goto.c card.c curses.c mail.c preferences.c + + LOCAL_LIBRARIES = $(MOTIFLIB) -lXm -lXt -lX11 +- +- /* uncomment this if you are using X11R6 +- LOCAL_LIBRARIES = $(MOTIFLIB) -lXm -lXt -lX11 -lICE -lXi -lSM -loldX -lXext + */ + + + ComplexProgramTarget(xmaddressbook) +--- 16,26 ---- + OBJS = file.o general.o help.o list.o main.o menu.o print.o quit.o search.o error_msg.o duplicate.o namelist.o goto.o card.o curses.o mail.o preferences.o + SRCS = file.c general.c help.c list.c main.c menu.c print.c quit.c search.c error_msg.c duplicate.c namelist.c goto.c card.c curses.c mail.c preferences.c + ++ /* uncomment this if you are using < X11R6 + LOCAL_LIBRARIES = $(MOTIFLIB) -lXm -lXt -lX11 + */ ++ ++ LOCAL_LIBRARIES = $(MOTIFLIB) -lXt -lX11 -lICE -lXi -lSM -loldX -lXext + + + ComplexProgramTarget(xmaddressbook) |