mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
a3847be7a2
- Bump PORTREVISION PR: 180344 Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
11 lines
293 B
C
11 lines
293 B
C
--- ../generic/tclPort.h.orig 2013-04-03 16:57:25.000000000 +0200
|
|
+++ ../generic/tclPort.h 2013-04-03 16:57:35.000000000 +0200
|
|
@@ -20,7 +20,7 @@
|
|
#if defined(_WIN32)
|
|
# include "tclWinPort.h"
|
|
#else
|
|
-# include "tclUnixPort.h"
|
|
+# include "../unix/tclUnixPort.h"
|
|
#endif
|
|
#include "tcl.h"
|