freebsd-ports/devel/anjuta/files/patch-launcher-Makefile.in
Maxim Sobolev ede6e408c4 Update to 0.1.9.
PR:		34983
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-02-19 08:37:46 +00:00

26 lines
677 B
Text

--- launcher/Makefile.in.orig Thu Feb 14 22:17:29 2002
+++ launcher/Makefile.in Thu Feb 14 22:18:22 2002
@@ -12,6 +12,7 @@
SHELL = @SHELL@
+GLIB_CONFIG = @GLIB_CONFIG@
srcdir = @srcdir@
top_srcdir = @top_srcdir@
@@ -150,13 +151,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 =