From 44f22d6bf8f10623e94484c347ee8629207c4a54 Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Sat, 28 Sep 2019 12:04:05 +0000 Subject: textproc/mgdiff: Remove libXp dependency Remove libXp dependency from mgdiff, it is not needed, and libXp is deprecated. Remove deprecation from mgdiff. --- textproc/mgdiff/files/patch-Imakefile | 16 ++++------------ 1 file changed, 4 insertions(+), 12 deletions(-) (limited to 'textproc/mgdiff/files/patch-Imakefile') diff --git a/textproc/mgdiff/files/patch-Imakefile b/textproc/mgdiff/files/patch-Imakefile index 31b50eaae62f..19bd1d2e89a3 100644 --- a/textproc/mgdiff/files/patch-Imakefile +++ b/textproc/mgdiff/files/patch-Imakefile @@ -1,18 +1,10 @@ ---- ./Imakefile.orig 1994-05-19 02:01:00.000000000 +0000 -+++ ./Imakefile 2014-07-30 06:12:52.000000000 +0000 -@@ -4,11 +4,13 @@ - - XCOMM Imakefile,v 2.0 1994/05/19 02:01:00 dan Exp - --XMLIB = -lXm -+XMLIB = ${MOTIFLIB} -+ +--- Imakefile.orig 2019-09-28 11:43:48 UTC ++++ Imakefile +@@ -8,7 +8,7 @@ XMLIB = -lXm XCOMM --XCOMM for Dell SVR4 -+XCOMM The gnuregex library is needed for the Motif file selection box widget. + XCOMM for Dell SVR4 XCOMM -EXTRA_LIBRARIES = -lc -lucb -+XCOMM +EXTRA_LIBRARIES = -lgnuregex SRCS = mgdiff.c rundiff.c misc.c files.c spawn.c manual.c modal.c legend.c -- cgit v1.2.3