pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/opensource-cobol/patches Remove unused patch.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/313defa7061f
branches:  trunk
changeset: 650021:313defa7061f
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Apr 16 23:13:49 2015 +0000

description:
Remove unused patch.
Thank you, wiz@.

diffstat:

 lang/opensource-cobol/patches/patch-bin_Makefile.in |  23 ---------------------
 1 files changed, 0 insertions(+), 23 deletions(-)

diffs (27 lines):

diff -r 4e04acc90ee2 -r 313defa7061f lang/opensource-cobol/patches/patch-bin_Makefile.in
--- a/lang/opensource-cobol/patches/patch-bin_Makefile.in       Thu Apr 16 23:05:35 2015 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,23 +0,0 @@
-$NetBSD: patch-bin_Makefile.in,v 1.1 2014/03/16 04:53:14 ryoon Exp $
-
---- bin/Makefile.in.orig       2014-03-05 09:53:48.000000000 +0000
-+++ bin/Makefile.in
-@@ -79,7 +79,8 @@ binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
- PROGRAMS = $(bin_PROGRAMS)
- am_cobcrun_OBJECTS = cobcrun-cobcrun.$(OBJEXT)
- cobcrun_OBJECTS = $(am_cobcrun_OBJECTS)
--cobcrun_DEPENDENCIES = $(top_builddir)/libcob/libcob.la
-+cobcrun_DEPENDENCIES = $(top_builddir)/libcob/libcob.la \
-+      $(top_builddir)/lib/libsupport.a
- binSCRIPT_INSTALL = $(INSTALL_SCRIPT)
- SCRIPTS = $(bin_SCRIPTS)
- DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
-@@ -236,7 +237,7 @@ bin_SCRIPTS = cob-config
- cobcrun_SOURCES = cobcrun.c
- AM_LDFLAGS = $(COB_EXPORT_DYN)
- cobcrun_CFLAGS = $(AM_CFLAGS) -I$(top_srcdir)
--cobcrun_LDADD = $(top_builddir)/libcob/libcob.la
-+cobcrun_LDADD = $(top_builddir)/libcob/libcob.la $(top_builddir)/lib/libsupport.a
- all: all-am
- 
- .SUFFIXES:



Home | Main Index | Thread Index | Old Index