diff options
Diffstat (limited to 'editors/scite/patches/patch-aa')
-rw-r--r-- | editors/scite/patches/patch-aa | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/editors/scite/patches/patch-aa b/editors/scite/patches/patch-aa index 869841ba44b..34c30097196 100644 --- a/editors/scite/patches/patch-aa +++ b/editors/scite/patches/patch-aa @@ -1,8 +1,17 @@ -$NetBSD: patch-aa,v 1.2 2012/01/12 11:39:38 drochner Exp $ +$NetBSD: patch-aa,v 1.3 2012/05/16 19:55:03 marino Exp $ ---- gtk/makefile.orig 2011-08-01 02:49:29.000000000 +0000 +--- gtk/makefile.orig 2011-09-16 09:14:07.000000000 +0000 +++ gtk/makefile -@@ -97,7 +97,7 @@ deps: +@@ -22,7 +22,7 @@ endif + + # For the Gnome desktop stuff to work, prefix must point to where Gnome thinks it is. + CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION)) +-CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0) ++CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0 gmodule-2.0) + CONFIGTHREADS:= + gnomeprefix:=$(shell pkg-config --variable=prefix $(GTKVERSION) 2>/dev/null) + ifndef prefix +@@ -99,7 +99,7 @@ deps: $(CC) -MM $(CONFIGFLAGS) $(CXXFLAGS) *.cxx ../src/*.cxx | sed -e 's/\/usr.* //' | grep [a-zA-Z] >deps.mak # make should be run in ../../scintilla/gtk to compile all the lexers. |