diff options
Diffstat (limited to 'x11-toolkits/gtkscintilla/files/patch-aa')
-rw-r--r-- | x11-toolkits/gtkscintilla/files/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/gtkscintilla/files/patch-aa b/x11-toolkits/gtkscintilla/files/patch-aa index 7f9edba..e02967c 100644 --- a/x11-toolkits/gtkscintilla/files/patch-aa +++ b/x11-toolkits/gtkscintilla/files/patch-aa @@ -1,13 +1,13 @@ $FreeBSD$ ---- Makefile.orig Sun Feb 25 12:18:53 2001 -+++ Makefile Tue Feb 27 18:19:48 2001 +--- Makefile.orig Mon Mar 26 11:40:47 2001 ++++ Makefile Tue Apr 17 14:31:13 2001 @@ -2,28 +2,18 @@ NAME = GtkScintilla LIB_NAME = gtkscintilla --VERSION = 0.3 +-VERSION = 0.3.1 -PREFIX = $(shell gtk-config --prefix) +VERSION = 0 +PREFIX = $(shell $(GTK_CONFIG) --prefix) |