aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/xmaddressbook/files
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>1996-11-25 17:36:11 +0800
committertg <tg@FreeBSD.org>1996-11-25 17:36:11 +0800
commit0f89dc2fb3564aeb355dbde40bb75c80e372180f (patch)
tree4090d8d04e97105e7d4443cd30b10a1c62ec5659 /deskutils/xmaddressbook/files
parentc6982fe0c5e32a210d912d50471ce28fa7611c05 (diff)
downloadfreebsd-ports-graphics-0f89dc2fb3564aeb355dbde40bb75c80e372180f.tar.gz
freebsd-ports-graphics-0f89dc2fb3564aeb355dbde40bb75c80e372180f.tar.zst
freebsd-ports-graphics-0f89dc2fb3564aeb355dbde40bb75c80e372180f.zip
Import of xmaddressbook.
Closes PR 1527. Submitted by: Andreas Kohout <shanee@rabbit.augusta.de>
Diffstat (limited to 'deskutils/xmaddressbook/files')
-rw-r--r--deskutils/xmaddressbook/files/patch-aa27
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)