diff options
| author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:20:01 +0000 |
|---|---|---|
| committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:20:01 +0000 |
| commit | 0438fc26f0d6919bbce73c2edd0403bc86de4371 (patch) | |
| tree | 2150fb848141aac7ed7a5aa3efcb9d9faa7d5fa2 /textproc/mgdiff/files/patach-Imakefile | |
| parent | Rename sysutils/ patch-xy patches to reflect the files they modify. (diff) | |
Rename textproc/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'textproc/mgdiff/files/patach-Imakefile')
| -rw-r--r-- | textproc/mgdiff/files/patach-Imakefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/textproc/mgdiff/files/patach-Imakefile b/textproc/mgdiff/files/patach-Imakefile new file mode 100644 index 000000000000..2e72a146dc2a --- /dev/null +++ b/textproc/mgdiff/files/patach-Imakefile @@ -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 |
