diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-01-31 23:37:44 +0800 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-01-31 23:37:44 +0800 |
commit | 5ae0f3ecb6344805305b619ffdb5084688fcd8b6 (patch) | |
tree | abb31eeed1c62786917da7aafd0d864a522f05e3 /lang/tcl86 | |
parent | e708b87bbe1ad363bfc588bf7c2fb32ed12aa74f (diff) | |
download | freebsd-ports-gnome-5ae0f3ecb6344805305b619ffdb5084688fcd8b6.tar.gz freebsd-ports-gnome-5ae0f3ecb6344805305b619ffdb5084688fcd8b6.tar.zst freebsd-ports-gnome-5ae0f3ecb6344805305b619ffdb5084688fcd8b6.zip |
- Fix build
- Bump PORTREVISION
PR: 108545
Submitted by: Martin Matuska <martin@matuska.org> (maintainer)
Diffstat (limited to 'lang/tcl86')
-rw-r--r-- | lang/tcl86/Makefile | 1 | ||||
-rw-r--r-- | lang/tcl86/files/patch-generic-tclPort.h | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/lang/tcl86/Makefile b/lang/tcl86/Makefile index 1b5bc929a705..748d622422b9 100644 --- a/lang/tcl86/Makefile +++ b/lang/tcl86/Makefile @@ -7,6 +7,7 @@ PORTNAME= tcl PORTVERSION= 8.5.a.5 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tcl diff --git a/lang/tcl86/files/patch-generic-tclPort.h b/lang/tcl86/files/patch-generic-tclPort.h new file mode 100644 index 000000000000..5b8d1d292e5e --- /dev/null +++ b/lang/tcl86/files/patch-generic-tclPort.h @@ -0,0 +1,11 @@ +--- ../generic/tclPort.h.orig Tue Jan 30 11:39:50 2007 ++++ ../generic/tclPort.h Tue Jan 30 11:41:05 2007 +@@ -24,7 +24,7 @@ + #if defined(__WIN32__) + # include "../win/tclWinPort.h" + #else +-# include "tclUnixPort.h" ++# include "../unix/tclUnixPort.h" + #endif + + #if !defined(LLONG_MIN) |