summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gnocl/Makefile3
-rw-r--r--x11-toolkits/gnocl/files/patch-src_Makefile2
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-toolkits/gnocl/Makefile b/x11-toolkits/gnocl/Makefile
index 0232843aa679..a6822085b6b7 100644
--- a/x11-toolkits/gnocl/Makefile
+++ b/x11-toolkits/gnocl/Makefile
@@ -37,7 +37,8 @@ PLIST_DIRS= ${BASEDIR}
post-patch:
${REINPLACE_CMD} -e 's|tclsh|${TCLSH}|; \
- s|%%LOCALBASE%%|${LOCALBASE}|' \
+ s|%%LOCALBASE%%|${LOCALBASE}|; \
+ s|%%SHORT_TCL_VER%%|${TCL_VER:S/.//}|' \
${BUILD_WRKSRC}/Makefile
${REINPLACE_CMD} -e 's|\[info library\]|${PREFIX}/lib|; s|tclsh|${TCLSH}|g;' ${BUILD_WRKSRC}/install.tcl
diff --git a/x11-toolkits/gnocl/files/patch-src_Makefile b/x11-toolkits/gnocl/files/patch-src_Makefile
index 33f49f574ae7..c6c92964f387 100644
--- a/x11-toolkits/gnocl/files/patch-src_Makefile
+++ b/x11-toolkits/gnocl/files/patch-src_Makefile
@@ -14,7 +14,7 @@
- --libs gtk+-2.0 libglade-2.0 libnotify) \
- -ltclstub$(TCL_VERSION)
+ --libs gtk+-2.0 gtk+-unix-print-2.0 libglade-2.0 libnotify) \
-+ %%LOCALBASE%%/lib/libtclstub86.a
++ %%LOCALBASE%%/lib/libtclstub%%SHORT_TCL_VER%%.a
GTK_OBJ := \
aboutDialog.o \