aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/mgdiff/files
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-15 19:01:32 +0800
committerasami <asami@FreeBSD.org>1996-11-15 19:01:32 +0800
commit10296d2b05659399f890ba2c0a89aa4785913c50 (patch)
tree98b15fb2c44463a395a71f1350e7594937788576 /textproc/mgdiff/files
parentf95cc16c39d5ba9b142d2b517132656d324518b6 (diff)
downloadfreebsd-ports-graphics-10296d2b05659399f890ba2c0a89aa4785913c50.tar.gz
freebsd-ports-graphics-10296d2b05659399f890ba2c0a89aa4785913c50.tar.zst
freebsd-ports-graphics-10296d2b05659399f890ba2c0a89aa4785913c50.zip
Motif-based diff frontend.
Submitted by: Andreas Lohr andreas@marvin.RoBIN.de
Diffstat (limited to 'textproc/mgdiff/files')
-rw-r--r--textproc/mgdiff/files/patch-aa27
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/mgdiff/files/patch-aa b/textproc/mgdiff/files/patch-aa
new file mode 100644
index 00000000000..2e72a146dc2
--- /dev/null
+++ b/textproc/mgdiff/files/patch-aa
@@ -0,0 +1,27 @@
+*** Imakefile.orig Thu May 19 04:01:00 1994
+--- Imakefile Sat Nov 2 17:06:31 1996
+***************
+*** 5,14 ****
+ XCOMM Imakefile,v 2.0 1994/05/19 02:01:00 dan Exp
+
+! XMLIB = -lXm
+ XCOMM
+! XCOMM for Dell SVR4
+ XCOMM
+! EXTRA_LIBRARIES = -lc -lucb
+
+ SRCS = mgdiff.c rundiff.c misc.c files.c spawn.c manual.c modal.c legend.c
+ OBJS = mgdiff.o rundiff.o misc.o files.o spawn.o manual.o modal.o legend.o
+--- 5,16 ----
+ XCOMM Imakefile,v 2.0 1994/05/19 02:01:00 dan Exp
+
+! XMLIB = ${MOTIFLIB}
++
+ XCOMM
+! XCOMM The gnuregex library is needed for the Motif file selection box widget.
+ XCOMM
+! XCOMM
+! EXTRA_LIBRARIES = -lgnuregex
+
+ SRCS = mgdiff.c rundiff.c misc.c files.c spawn.c manual.c modal.c legend.c
+ OBJS = mgdiff.o rundiff.o misc.o files.o spawn.o manual.o modal.o legend.o