diff options
author | fredb <fredb@pkgsrc.org> | 2003-11-14 15:25:16 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2003-11-14 15:25:16 +0000 |
commit | 767d346df193f209ff47052ed2db449a9d90fea2 (patch) | |
tree | e9b8f3077917a749a1e1d48c3da9fd2ccdf4a5fc /x11/xscreensaver/patches | |
parent | 9fe851f658b715f70e5d4170ca78ba63b5cc4752 (diff) | |
download | pkgsrc-767d346df193f209ff47052ed2db449a9d90fea2.tar.gz |
Excise "mkpatches" vs. USE_PKGLOCALEDIR fallout (caught by Thomas Klausner).
Diffstat (limited to 'x11/xscreensaver/patches')
-rw-r--r-- | x11/xscreensaver/patches/patch-ad | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/x11/xscreensaver/patches/patch-ad b/x11/xscreensaver/patches/patch-ad index 8e4ac0ad066..c0e47830928 100644 --- a/x11/xscreensaver/patches/patch-ad +++ b/x11/xscreensaver/patches/patch-ad @@ -1,25 +1,7 @@ -$NetBSD: patch-ad,v 1.9 2003/11/14 15:05:09 fredb Exp $ +$NetBSD: patch-ad,v 1.10 2003/11/14 15:25:16 fredb Exp $ --- driver/Makefile.in.orig 2003-09-07 19:00:00.000000000 -0500 +++ driver/Makefile.in -@@ -16,7 +16,7 @@ exec_prefix = @exec_prefix@ - bindir = @bindir@ - #datadir = @datadir@ - datadir = $(GNOME_DATADIR) --localedir = $(datadir)/locale -+localedir = /usr/X11R6/share/locale - mandir = @mandir@ - mansuffix = 1 - manNdir = $(mandir)/man$(mansuffix) -@@ -39,7 +39,7 @@ CC = @CC@ - CFLAGS = @CFLAGS@ - LDFLAGS = @LDFLAGS@ - DEFS = @DEFS@ --INTL_DEFS = -DLOCALEDIR=\"$(localedir)\" -+INTL_DEFS = -DLOCALEDIR="\"/usr/X11R6/share/locale\"" - SUBP_DEFS = $(DEFS) -DDEFAULT_PATH_PREFIX='"@HACKDIR@"' - GTK_DEFS = $(DEFS) -DDEFAULT_ICONDIR='"$(GLADE_DATADIR)"' - CONF_DEFS = -DHACK_CONFIGURATION_PATH='"$(HACK_CONF_DIR)"' @@ -456,7 +456,7 @@ install-pam: fi ; \ fi |