diff options
Diffstat (limited to 'devel/anjuta-devel/files/patch-launcher-Makefile.in')
-rw-r--r-- | devel/anjuta-devel/files/patch-launcher-Makefile.in | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/anjuta-devel/files/patch-launcher-Makefile.in b/devel/anjuta-devel/files/patch-launcher-Makefile.in new file mode 100644 index 000000000000..535d73f94564 --- /dev/null +++ b/devel/anjuta-devel/files/patch-launcher-Makefile.in @@ -0,0 +1,26 @@ +--- launcher/Makefile.in.orig Thu Mar 29 15:54:01 2001 ++++ launcher/Makefile.in Thu Mar 29 15:54:45 2001 +@@ -12,6 +12,7 @@ + + + SHELL = @SHELL@ ++GLIB_CONFIG = @GLIB_CONFIG@ + + srcdir = @srcdir@ + top_srcdir = @top_srcdir@ +@@ -110,13 +111,13 @@ + cxxflags_set = @cxxflags_set@ + l = @l@ + +-INCLUDES = `glib-config --cflags` -I. -I.. -g -O ++INCLUDES = `$(GLIB_CONFIG) --cflags` -I. -I.. -g -O + + bin_PROGRAMS = anjuta_launcher + + anjuta_launcher_SOURCES = anjuta_launcher.c + +-anjuta_launcher_LDFLAGS = `glib-config --libs` ++anjuta_launcher_LDFLAGS = `$(GLIB_CONFIG) --libs` + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = ../config.h + CONFIG_CLEAN_FILES = |