diff options
Diffstat (limited to 'x11-toolkits/gnocl/files/patch-Makefile')
-rw-r--r-- | x11-toolkits/gnocl/files/patch-Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gnocl/files/patch-Makefile b/x11-toolkits/gnocl/files/patch-Makefile index 6d52ff720535..dc415286d900 100644 --- a/x11-toolkits/gnocl/files/patch-Makefile +++ b/x11-toolkits/gnocl/files/patch-Makefile @@ -27,8 +27,8 @@ - -I/usr/local/include/gtkhtml / + -I${LOCALBASE}/tcl$(TCL_VERSION) \ + -I${LOCALBASE}/include/gtksourceview-2.0 \ -+ -I${LOCALBASE}/include/libglade-2.0/ \ -+ -I${LOCALBASE}/include/gtkhtml / ++ -I${LOCALBASE}/include/libglade-2.0 \ ++ -I${LOCALBASE}/include/gtkhtml # don't forget to add libs for new widgets!! export LIBS := $(shell pkg-config \ |