summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnocl/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gnocl/files/patch-Makefile')
-rw-r--r--x11-toolkits/gnocl/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-toolkits/gnocl/files/patch-Makefile b/x11-toolkits/gnocl/files/patch-Makefile
new file mode 100644
index 000000000000..01eb1244cb76
--- /dev/null
+++ b/x11-toolkits/gnocl/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- src/Makefile.orig Fri Feb 13 18:08:35 2004
++++ src/Makefile Fri Feb 13 18:08:59 2004
+@@ -19,7 +19,7 @@
+ export CFLAGS += -Wall -DVERSION=\"$(VERSION)\" -DGTK_DISABLE_DEPRECATED -DGNOME_DISABLE_DEPRECATED -DUSE_TCL_STUBS
+
+ ADDCFLAGS += $(shell pkg-config --cflags gtk+-2.0)
+-export TCL_VERSION := $(shell echo 'puts $$tcl_version' | tclsh)
++export TCL_VERSION := 84
+
+ LIBS := $(shell pkg-config --libs gtk+-2.0) -ltclstub$(TCL_VERSION)
+