diff options
author | grant <grant> | 2002-11-30 14:04:01 +0000 |
---|---|---|
committer | grant <grant> | 2002-11-30 14:04:01 +0000 |
commit | ca795c7ba691eb4d4a6f449f1e744dd9331f85c9 (patch) | |
tree | 6e1caeffece4882d74c77a2c832712e2ef2ccf52 /devel/bison/patches | |
parent | be96e9c6191eee861e94c9f6471aff23b1e93a09 (diff) | |
download | pkgsrc-ca795c7ba691eb4d4a6f449f1e744dd9331f85c9.tar.gz |
USE_PKGLOCALEDIR.
Diffstat (limited to 'devel/bison/patches')
-rw-r--r-- | devel/bison/patches/patch-aa | 13 | ||||
-rw-r--r-- | devel/bison/patches/patch-ab | 13 |
2 files changed, 0 insertions, 26 deletions
diff --git a/devel/bison/patches/patch-aa b/devel/bison/patches/patch-aa deleted file mode 100644 index 6a7e3531d45..00000000000 --- a/devel/bison/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.7 2002/02/10 19:05:57 tron Exp $ - ---- src/Makefile.in.orig Wed Jan 23 14:31:20 2002 -+++ src/Makefile.in Sun Feb 10 19:54:49 2002 -@@ -107,7 +107,7 @@ - DEFS = @DEFS@ \ - -DBISON_SIMPLE=\"$(pkgdatadir)/bison.simple\" \ - -DBISON_HAIRY=\"$(pkgdatadir)/bison.hairy\" \ -- -DLOCALEDIR=\"$(datadir)/locale\" -+ -DLOCALEDIR=\"$(prefix)/$(PKGLOCALEDIR)/locale\" - - - CFLAGS = @CFLAGS@ $(WARNING_CFLAGS) $(WERROR_CFLAGS) diff --git a/devel/bison/patches/patch-ab b/devel/bison/patches/patch-ab deleted file mode 100644 index 0550234cad7..00000000000 --- a/devel/bison/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2002/02/10 19:05:57 tron Exp $ - ---- po/Makefile.in.in.orig Mon Jan 21 15:03:21 2002 -+++ po/Makefile.in.in Sun Feb 10 20:03:16 2002 -@@ -23,7 +23,7 @@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - datadir = @datadir@ --localedir = $(datadir)/locale -+localedir = $(prefix)/$(PKGLOCALEDIR)/locale - gettextsrcdir = $(datadir)/gettext/po - - INSTALL = @INSTALL@ |