Unbreak on 5.x

PR:		79872
Submitted by:	Johan van Selst <johans@stack.nl>
Approved by:	"."@babolo.ru (maintainer)
This commit is contained in:
Roman Bogorodskiy 2005-04-15 14:36:16 +00:00
parent a0ca22aa14
commit f3d3f06710
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133428
4 changed files with 24 additions and 8 deletions

View File

@ -19,10 +19,6 @@ RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
do-install:
${MKDIR} ${PREFIX}/lib/pib
${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib

View File

@ -0,0 +1,12 @@
--- tkPort.h.orig Wed Apr 13 17:30:58 2005
+++ tkPort.h Wed Apr 13 17:30:13 2005
@@ -133,8 +133,6 @@ extern int errno;
* in any other header file.
*/
-extern void panic();
-
/*
* These functions do nothing under Unix, so we just eliminate calls them.
*/

View File

@ -19,10 +19,6 @@ RUN_DEPENDS= wish8.2:${PORTSDIR}/x11-toolkits/tk82
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
do-install:
${MKDIR} ${PREFIX}/lib/pib
${INSTALL_SCRIPT} ${WRKSRC}/*.tcl ${PREFIX}/lib/pib

View File

@ -0,0 +1,12 @@
--- tkPort.h.orig Wed Apr 13 17:30:58 2005
+++ tkPort.h Wed Apr 13 17:30:13 2005
@@ -133,8 +133,6 @@ extern int errno;
* in any other header file.
*/
-extern void panic();
-
/*
* These functions do nothing under Unix, so we just eliminate calls them.
*/