pkgsrc/lang/tcl85/patches/patch-generic_tclPort.h
taca 3fad68aaee Restore tcl-8.5.15 package as lang/tcl85 with bump PKGREVISION since
x11/ruby-tk package needs tcl/tk 8.5 and it dosen't support tcl/tk 8.6
and later.
2014-03-10 14:20:44 +00:00

15 lines
355 B
C

$NetBSD: patch-generic_tclPort.h,v 1.1 2014/03/10 14:20:44 taca Exp $
Use relative path to include.
--- generic/tclPort.h.orig 2013-03-21 12:57:40.000000000 +0000
+++ generic/tclPort.h
@@ -20,7 +20,7 @@
#if defined(_WIN32)
# include "tclWinPort.h"
#else
-# include "tclUnixPort.h"
+# include "../unix/tclUnixPort.h"
#endif
#include "tcl.h"