pkgsrc-ng/lang/tcl/patches/patch-generic_tclPort.h
2013-09-26 17:14:40 +02:00

14 lines
324 B
C

$NetBSD: patch-generic_tclPort.h,v 1.2 2013/05/31 20:15:04 adam Exp $
--- 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"