]> git.pld-linux.org Git - packages/gnome-commander.git/blame - gnome-commander-flags.patch
- release 3 (by relup.sh)
[packages/gnome-commander.git] / gnome-commander-flags.patch
CommitLineData
49318e58 1--- gnome-commander-1.2.8.6/libgcmd/Makefile.am~ 2010-03-04 21:06:22.000000000 +0100
2+++ gnome-commander-1.2.8.6/libgcmd/Makefile.am 2010-06-13 19:06:12.175915557 +0200
3@@ -3,7 +3,9 @@
4 AM_CPPFLAGS = \
5 $(CC_WARNINGS) \
6 $(GNOMEUI_CFLAGS) \
7- $(GNOMEVFS_CFLAGS)
8+ $(GNOMEVFS_CFLAGS) \
9+ $(GNOME_CFLAGS) \
10+ $(GTK_CFLAGS)
11
12 pkglib_LTLIBRARIES = libgcmd.la
13
134a9947 14--- gnome-commander-1.2.8.6/src/Makefile.am~ 2010-06-01 20:53:06.000000000 +0200
15+++ gnome-commander-1.2.8.6/src/Makefile.am 2010-06-13 19:16:19.139206776 +0200
16@@ -8,6 +8,7 @@
17 $(GNOMEUI_CFLAGS) \
18 $(GNOMEVFS_CFLAGS) \
19 $(PYTHON_CFLAGS) \
20+ $(IPTCDATA_CFLAGS) \
21 -DDATADIR=\""$(datadir)"\"\
22 -DPLUGIN_DIR=\""$(libdir)/$(PACKAGE)/plugins"\"
23
24@@ -111,6 +112,7 @@
25 $(GSF_LIBS) \
26 $(POPPLER_LIBS) \
27 $(PYTHON_LIBS) \
28- $(PYTHON_EXTRA_LIBS)
29+ $(PYTHON_EXTRA_LIBS) \
30+ $(IPTCDATA_LIBS)
31
32 gcmd_block_SOURCES = block.cc
This page took 0.039359 seconds and 4 git commands to generate.