summaryrefslogtreecommitdiff
path: root/devel/popt/patches
diff options
context:
space:
mode:
Diffstat (limited to 'devel/popt/patches')
-rw-r--r--devel/popt/patches/patch-aa17
-rw-r--r--devel/popt/patches/patch-ab23
2 files changed, 0 insertions, 40 deletions
diff --git a/devel/popt/patches/patch-aa b/devel/popt/patches/patch-aa
deleted file mode 100644
index b4fc6bb2d67..00000000000
--- a/devel/popt/patches/patch-aa
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-aa,v 1.1.1.1 2000/10/31 13:33:12 wennmach Exp $
-
-Adding missing install dir
-
---- po/Makefile.in.in.orig Thu Oct 22 21:39:17 1998
-+++ po/Makefile.in.in Mon Oct 30 14:51:12 2000
-@@ -16,6 +16,10 @@
- LINGUAS = ro
- CATALOGS = $(addsuffix .mo, $(LINGUAS))
-
-+prefix = @prefix@
-+datadir = @datadir@
-+LOCALEDIR = $(datadir)/locale
-+
- POTFILES = \
-
- all: $(NLSPACKAGE).pot $(CATALOGS)
diff --git a/devel/popt/patches/patch-ab b/devel/popt/patches/patch-ab
deleted file mode 100644
index df0530302d8..00000000000
--- a/devel/popt/patches/patch-ab
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2001/04/24 12:29:03 wulf Exp $
-
---- popt.h.orig Mon Apr 23 23:13:20 2001
-+++ popt.h Mon Apr 23 23:15:20 2001
-@@ -76,6 +76,9 @@
- const struct poptOption * opt,
- const char * arg, void * data);
-
-+#ifdef __cplusplus
-+extern "C" {
-+#endif
- poptContext poptGetContext(char * name, int argc, char ** argv,
- const struct poptOption * options, int flags);
- void poptResetContext(poptContext con);
-@@ -106,5 +109,8 @@
- void poptPrintUsage(poptContext con, FILE * f, int flags);
- void poptSetOtherOptionHelp(poptContext con, const char * text);
- const char * poptGetInvocationName(poptContext con);
-+#ifdef __cplusplus
-+}
-+#endif
-
- #endif