summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2017-09-10 00:12:16 +0000
committerdholland <dholland@pkgsrc.org>2017-09-10 00:12:16 +0000
commitab5b3ce23615d739107cc0dd9b4ff9e5ec0d6e12 (patch)
tree2233c6cd80c6c47e2be2119481a5cdb7f8b66aa2 /lang
parentdb831dbd460eae39ec661e1aa7efcb45476d59a0 (diff)
downloadpkgsrc-ab5b3ce23615d739107cc0dd9b4ff9e5ec0d6e12.tar.gz
Remove stray patch patching file from some other source tree.
Diffstat (limited to 'lang')
-rw-r--r--lang/cint/distinfo3
-rw-r--r--lang/cint/patches/patch-readline_Makefile.base13
2 files changed, 1 insertions, 15 deletions
diff --git a/lang/cint/distinfo b/lang/cint/distinfo
index 17fb945d605..02be0546dd9 100644
--- a/lang/cint/distinfo
+++ b/lang/cint/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.11 2016/12/19 13:34:53 joerg Exp $
+$NetBSD: distinfo,v 1.12 2017/09/10 00:12:16 dholland Exp $
SHA1 (cint-5.16.19-source.tar.gz) = 22307e50b4414f4e6e70d791d3ccfe2cc2163f59
RMD160 (cint-5.16.19-source.tar.gz) = ff7deb0cdf5534fb8849eaf5febf9e57117066ff
@@ -21,4 +21,3 @@ SHA1 (patch-tool_ifdef_Makefile.base) = dfc90a0ea0a7fb87a49ad057b928d39c67aec410
SHA1 (patch-tool_ifdef_get.c) = 6719537bd515260095a7d15a2e870df3ccd244eb
SHA1 (patch-tool_ifdef_ifdef.cxx) = 62770d0fb6556ac2efc16f692c15c6acc38174ab
SHA1 (patch-tool_makecint.cxx) = b81d05e92dd089ad7a4d85160266fa3d19a1dab4
-SHA1 (patch-readline_Makefile.base) = ac6656bdcd92ccb38f8ec200fb8780cdb2dc0000
diff --git a/lang/cint/patches/patch-readline_Makefile.base b/lang/cint/patches/patch-readline_Makefile.base
deleted file mode 100644
index 3b56ee66398..00000000000
--- a/lang/cint/patches/patch-readline_Makefile.base
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-readline_Makefile.base,v 1.1 2016/12/19 13:34:53 joerg Exp $
-
---- readline/Makefile.base.orig 2015-09-21 17:55:28.000000000 +0000
-+++ readline/Makefile.base
-@@ -46,7 +46,7 @@ READLINE_DEFINES = $(TYPES) -DVI_MODE
- # DEBUG_FLAGS = -O
- DEBUG_FLAGS = $(OPTIMIZE)
- LDFLAGS = $(DEBUG_FLAGS)
--CFLAGS = $(DEBUG_FLAGS) $(USG) -I.
-+CFLAGS = $(DEBUG_FLAGS) $(USG) -I. ${CFLAGS_NO_RETURN_TYPE}
-
- # A good alternative is gcc -traditional.
- #CC = gcc -traditional