diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2008-09-02 13:44:41 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2008-09-02 13:44:41 +0000 |
commit | d91667b75140ce6408475b15babf0ef4bde7dfe6 (patch) | |
tree | 5d906a2fe446522402929c7b876050454e0134b0 /net-mgmt/scotty3 | |
parent | 1e65f9f2fcaff141b7508069fdd1c3295e13071b (diff) | |
download | ports-d91667b75140ce6408475b15babf0ef4bde7dfe6.tar.gz ports-d91667b75140ce6408475b15babf0ef4bde7dfe6.zip |
Notes
Diffstat (limited to 'net-mgmt/scotty3')
-rw-r--r-- | net-mgmt/scotty3/Makefile | 6 | ||||
-rw-r--r-- | net-mgmt/scotty3/files/scotty.c | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/scotty3/Makefile b/net-mgmt/scotty3/Makefile index 6d949160fd69..ac38ad3734e6 100644 --- a/net-mgmt/scotty3/Makefile +++ b/net-mgmt/scotty3/Makefile @@ -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 diff --git a/net-mgmt/scotty3/files/scotty.c b/net-mgmt/scotty3/files/scotty.c index 375cd2a7529e..015c8f743e42 100644 --- a/net-mgmt/scotty3/files/scotty.c +++ b/net-mgmt/scotty3/files/scotty.c @@ -2,7 +2,7 @@ #include "tnmInt.h" -static int +int Tcl_AppInit(interp) Tcl_Interp *interp; { |