1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/deskutils/xmaddressbook/files/patch-aa
Thomas Gellekum 014ad9c257 Import of xmaddressbook.
Closes PR 1527.

Submitted by:	Andreas Kohout <shanee@rabbit.augusta.de>
1996-11-25 09:36:11 +00:00

28 lines
1.2 KiB
Plaintext

*** 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)