21 lines
850 B
Plaintext
21 lines
850 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2002/11/20 18:13:37 jschauma Exp $
|
|
|
|
--- util/Makefile.in.orig Wed Nov 20 13:03:43 2002
|
|
+++ util/Makefile.in Wed Nov 20 13:05:16 2002
|
|
@@ -73,13 +73,13 @@
|
|
gencat_cmd = @gencat_cmd@
|
|
regex_cmd = @regex_cmd@
|
|
|
|
-CPPFLAGS = @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @ORDEREDPSEUDO@
|
|
+CPPFLAGS = @CPPFLAGS@ @DEBUG@ @NLS@ @TIMEDCACHE@ @ORDEREDPSEUDO@ -DLOCALEPATH=\"$(pkgdatadir)/nls\"
|
|
|
|
bin_SCRIPTS = bsetbg
|
|
bin_PROGRAMS = bsetroot
|
|
|
|
bsetroot_SOURCES = bsetroot.cc
|
|
-bsetroot_LDADD = ../src/BaseDisplay.o ../src/Color.o ../src/GCCache.o ../src/Texture.o ../src/Timer.o ../src/Image.o ../src/ImageControl.o ../src/i18n.o ../src/Util.o
|
|
+bsetroot_LDADD = BaseDisplay.o Color.o GCCache.o Texture.o Timer.o Image.o ImageControl.o i18n.o Util.o
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|