mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix the build if old tracker exists in the system.
Reported by: Paul Dokas <dokas@oitsec.umn.edu>
This commit is contained in:
parent
2906b79068
commit
f64df0f8e0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198338
2 changed files with 40 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
||||||
|
--- src/tracker-search-tool/Makefile.in.orig 2007-08-26 16:14:33.000000000 -0500
|
||||||
|
+++ src/tracker-search-tool/Makefile.in 2007-08-26 16:15:09.000000000 -0500
|
||||||
|
@@ -333,6 +333,7 @@
|
||||||
|
desktopdir = $(datadir)/applications
|
||||||
|
icondir = $(datadir)/tracker/icons
|
||||||
|
INCLUDES = \
|
||||||
|
+ -I$(top_srcdir)/src/libtracker \
|
||||||
|
$(GLIB2_CFLAGS) \
|
||||||
|
$(GNOME_UTILS_CFLAGS) \
|
||||||
|
$(GNOMEVFS_CFLAGS) \
|
||||||
|
@@ -342,8 +343,7 @@
|
||||||
|
-DTRACKER_LOCALEDIR=\""$(localedir)"\" \
|
||||||
|
-DTRACKER_DATADIR=\""$(datadir)"\" \
|
||||||
|
-DGREP_COMMAND=\""$(GREP_COMMAND)"\" \
|
||||||
|
- $(LIBTRACKERGTK_CFLAGS) \
|
||||||
|
- -I$(top_srcdir)/src/libtracker
|
||||||
|
+ $(LIBTRACKERGTK_CFLAGS)
|
||||||
|
|
||||||
|
tracker_search_tool_SOURCES = \
|
||||||
|
tracker-search-tool-support.c \
|
|
@ -0,0 +1,20 @@
|
||||||
|
--- src/tracker-search-tool/Makefile.in.orig 2007-08-26 16:14:33.000000000 -0500
|
||||||
|
+++ src/tracker-search-tool/Makefile.in 2007-08-26 16:15:09.000000000 -0500
|
||||||
|
@@ -333,6 +333,7 @@
|
||||||
|
desktopdir = $(datadir)/applications
|
||||||
|
icondir = $(datadir)/tracker/icons
|
||||||
|
INCLUDES = \
|
||||||
|
+ -I$(top_srcdir)/src/libtracker \
|
||||||
|
$(GLIB2_CFLAGS) \
|
||||||
|
$(GNOME_UTILS_CFLAGS) \
|
||||||
|
$(GNOMEVFS_CFLAGS) \
|
||||||
|
@@ -342,8 +343,7 @@
|
||||||
|
-DTRACKER_LOCALEDIR=\""$(localedir)"\" \
|
||||||
|
-DTRACKER_DATADIR=\""$(datadir)"\" \
|
||||||
|
-DGREP_COMMAND=\""$(GREP_COMMAND)"\" \
|
||||||
|
- $(LIBTRACKERGTK_CFLAGS) \
|
||||||
|
- -I$(top_srcdir)/src/libtracker
|
||||||
|
+ $(LIBTRACKERGTK_CFLAGS)
|
||||||
|
|
||||||
|
tracker_search_tool_SOURCES = \
|
||||||
|
tracker-search-tool-support.c \
|
Loading…
Add table
Reference in a new issue