aboutsummaryrefslogtreecommitdiff
path: root/devel/anjuta-devel/files/patch-launcher-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'devel/anjuta-devel/files/patch-launcher-Makefile.in')
-rw-r--r--devel/anjuta-devel/files/patch-launcher-Makefile.in22
1 files changed, 0 insertions, 22 deletions
diff --git a/devel/anjuta-devel/files/patch-launcher-Makefile.in b/devel/anjuta-devel/files/patch-launcher-Makefile.in
deleted file mode 100644
index 7935b72b58f1..000000000000
--- a/devel/anjuta-devel/files/patch-launcher-Makefile.in
+++ /dev/null
@@ -1,22 +0,0 @@
---- launcher/Makefile.in.orig Tue Nov 5 15:18:07 2002
-+++ launcher/Makefile.in Tue Nov 5 15:19:10 2002
-@@ -14,6 +14,7 @@
-
- @SET_MAKE@
- SHELL = @SHELL@
-+GLIB_CONFIG = @GLIB_CONFIG@
-
- srcdir = @srcdir@
- top_srcdir = @top_srcdir@
-@@ -170,9 +171,9 @@
- am__include = @am__include@
- am__quote = @am__quote@
- install_sh = @install_sh@
--INCLUDES = `glib-config --cflags` -I. -I..
-+INCLUDES = `$(GLIB_CONFIG) --cflags` -I. -I..
- bin_PROGRAMS = anjuta_launcher
--LDFLAGS = `glib-config --libs`
-+LDFLAGS = `$(GLIB_CONFIG) --libs`
- subdir = launcher
- mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
- CONFIG_HEADER = $(top_builddir)/config.h