- Fix reference to header location in tclPort.h
- Bump PORTREVISION PR: 180344 Submitted by: Jimmy Olgeni <olgeni@FreeBSD.org>
This commit is contained in:
parent
25c6a2a144
commit
a3847be7a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=322508
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= tcl
|
||||
DISTVERSION= 8.4.20
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang tcl
|
||||
MASTER_SITES= ${MASTER_SITE_TCLTK} \
|
||||
|
10
lang/tcl84/files/patch-generic-tclPort.h
Normal file
10
lang/tcl84/files/patch-generic-tclPort.h
Normal file
@ -0,0 +1,10 @@
|
||||
--- ../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"
|
Loading…
Reference in New Issue
Block a user