summaryrefslogtreecommitdiff
path: root/finance/grisbi/files/patch-src__Makefile.in
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2021-01-13 22:02:23 +0000
committerThierry Thomas <thierry@FreeBSD.org>2021-01-13 22:02:23 +0000
commit4169fda6d22cb9e6120741fe5367b6082d14374d (patch)
tree071957e72be4bcec66c5436f6966ab86fb964f4b /finance/grisbi/files/patch-src__Makefile.in
parentAdd powerpc64le to ONLY_FOR_ARCHS_REASON and remove redundant "". (diff)
Upgrade to the latest stable release, 2.0.0.
Notes
Notes: svn path=/head/; revision=561510
Diffstat (limited to 'finance/grisbi/files/patch-src__Makefile.in')
-rw-r--r--finance/grisbi/files/patch-src__Makefile.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/finance/grisbi/files/patch-src__Makefile.in b/finance/grisbi/files/patch-src__Makefile.in
index bc8eab182d66..bd100179f2c4 100644
--- a/finance/grisbi/files/patch-src__Makefile.in
+++ b/finance/grisbi/files/patch-src__Makefile.in
@@ -1,18 +1,16 @@
---- src/Makefile.in.orig 2019-04-12 05:38:20 UTC
+--- src/Makefile.in.orig 2020-12-21 13:13:38 UTC
+++ src/Makefile.in
-@@ -607,11 +607,11 @@ top_srcdir = @top_srcdir@
- AM_CPPFLAGS = -I$(top_srcdir) $(GLIB_CFLAGS) $(GTK_CFLAGS) \
+@@ -705,10 +705,10 @@ AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/src/pref
+ -I$(top_srcdir)/src/widgets $(GLIB_CFLAGS) $(GTK_CFLAGS) \
$(LIBGSF_CFLAGS) $(GTK_MAC_CFLAGS) $(GOFFICE_CFLAGS) \
-DLOCALEDIR="\"$(localedir)\"" \
- -DPIXMAPS_DIR="\"$(datadir)/pixmaps/@PACKAGE@\"" \
-- -DLOGO_PATH="\"$(datadir)/pixmaps/@PACKAGE@/grisbi-logo.png\"" \
- -DDATA_PATH="\"$(datadir)/@PACKAGE@\"" \
+ -DPIXMAPS_DIR="\"$(pkgdatadir)/pixmaps/\"" \
-+ -DLOGO_PATH="\"$(pkgdatadir)/pixmaps/grisbi-logo.png\"" \
+ -DDATA_PATH="\"$(pkgdatadir)\"" \
-DHELP_PATH="\"$(docdir)\"" \
- -DUI_DIR="\"$(datadir)/@PACKAGE@/ui\"" $(am__append_5)
+ -DUI_DIR="\"$(pkgdatadir)/ui\"" $(am__append_5)
noinst_LTLIBRARIES = libgrisbi.la
grisbi_LDADD = libgrisbi.la $(GRISBI_LIBS) $(GTK_MAC_LIBS) \
- $(ZLIB_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(am__append_6)
+ $(ZLIB_LIBS) $(GTK_LIBS) $(GLIB_LIBS) $(am__append_9)