mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
Make it compile with GCC 4.2
This commit is contained in:
parent
1e65f9f2fc
commit
d91667b751
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=219664
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= scotty
|
||||
PORTVERSION= 20000221
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= net-mgmt tcl tk
|
||||
MASTER_SITES= ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined/devel/
|
||||
DISTNAME= ${PORTNAME}-00-02-21
|
||||
@ -58,10 +58,6 @@ LATEST_LINK= scotty3
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 700042
|
||||
BROKEN= Does not compile with GCC 4.2
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${MV} ${WRKSRC}/scotty.c ${WRKSRC}/scotty.c.orig
|
||||
${CP} -p ${FILESDIR}/scotty.c ${WRKSRC}/scotty.c
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
#include "tnmInt.h"
|
||||
|
||||
static int
|
||||
int
|
||||
Tcl_AppInit(interp)
|
||||
Tcl_Interp *interp;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user