summaryrefslogtreecommitdiff
path: root/devel/popt/patches
diff options
context:
space:
mode:
authorwennmach <wennmach>2000-10-31 13:33:12 +0000
committerwennmach <wennmach>2000-10-31 13:33:12 +0000
commit3a77abf2017fb47f3b32752ad4f37dc1baa6fcae (patch)
treea661a74fd170e181c5978660c093baff50bc12d6 /devel/popt/patches
parentbb193492d180e6d78ef587b5dda4c529cb56c0d5 (diff)
downloadpkgsrc-3a77abf2017fb47f3b32752ad4f37dc1baa6fcae.tar.gz
Initial import of popt-1.2, a command line option parsing library.
Since version 0.5.4, net/ORBit does not install it's own version of libpopt any more. This makes devel/oaf fail during build. The problem was noted by Love <lha@stacken.kth.se> in PR 11339, who submitted this package for popt.
Diffstat (limited to 'devel/popt/patches')
-rw-r--r--devel/popt/patches/patch-aa17
1 files changed, 17 insertions, 0 deletions
diff --git a/devel/popt/patches/patch-aa b/devel/popt/patches/patch-aa
new file mode 100644
index 00000000000..b4fc6bb2d67
--- /dev/null
+++ b/devel/popt/patches/patch-aa
@@ -0,0 +1,17 @@
+$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)