diff options
Diffstat (limited to 'app-text/notecase/files/notecase-1.9.8-gtksourceview.patch')
-rw-r--r-- | app-text/notecase/files/notecase-1.9.8-gtksourceview.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app-text/notecase/files/notecase-1.9.8-gtksourceview.patch b/app-text/notecase/files/notecase-1.9.8-gtksourceview.patch new file mode 100644 index 00000000000..931ef741346 --- /dev/null +++ b/app-text/notecase/files/notecase-1.9.8-gtksourceview.patch @@ -0,0 +1,13 @@ +Index: notecase-1.9.8/Makefile +=================================================================== +--- notecase-1.9.8.orig/Makefile ++++ notecase-1.9.8/Makefile +@@ -685,7 +685,7 @@ updatesrc: + exit 1;\ + fi; + $(Q)if [ "$(HAVE_GTKSOURCEVIEW)" = "1" ]; then \ +- if [[ "$(TEST_SRCVIEW_VER)" < "2.4.1" ]]; then \ ++ if [[ "$(TEST_SRCVIEW_VER)" < "2.10.1" ]]; then \ + echo 'ERROR: gtksourceview package is too old ($(shell pkg-config --modversion gtksourceview-2.0))!';\ + exit 1;\ + fi;\ |