9af4b2f990
Update www/kazehakase from 0.2.9 to 0.3.0. Changes from 0.2.9 to 0.3.0: * Added feed bookmark action (Kouhei Sutou) * Fixed some crash bugs. (I have been running this since Sept. 10. Sorry for the delay in updating.)
13 lines
474 B
Text
13 lines
474 B
Text
$NetBSD: patch-af,v 1.2 2005/09/17 22:40:36 reed Exp $
|
|
|
|
--- src/Makefile.in.orig 2005-08-28 23:22:15.000000000 +0000
|
|
+++ src/Makefile.in
|
|
@@ -114,7 +114,7 @@ AM_CPPFLAGS = \
|
|
-DLOCALEDIR=\""$(localedir)"\" \
|
|
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
|
-DDATADIR=\""$(datadir)"\" \
|
|
- -DKZ_SYSCONFDIR=\""$(sysconfdir)/$(PACKAGE)"\" \
|
|
+ -DKZ_SYSCONFDIR=\""$(sysconfdir)"\" \
|
|
-DKZ_DATADIR=\""$(datadir)/$(PACKAGE)"\" \
|
|
-DGTK_DISABLE_DEPRECATED=1 \
|
|
-DGDK_DISABLE_DEPRECATED=1 \
|