mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Unbreak
This commit is contained in:
parent
b466127997
commit
7b8ea41ccb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363444
@ -1,27 +0,0 @@
|
||||
*** 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
|
19
textproc/mgdiff/files/patch-Imakefile
Normal file
19
textproc/mgdiff/files/patch-Imakefile
Normal file
@ -0,0 +1,19 @@
|
||||
--- ./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}
|
||||
+
|
||||
XCOMM
|
||||
-XCOMM for Dell SVR4
|
||||
+XCOMM The gnuregex library is needed for the Motif file selection box widget.
|
||||
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
|
||||
OBJS = mgdiff.o rundiff.o misc.o files.o spawn.o manual.o modal.o legend.o
|
Loading…
Reference in New Issue
Block a user