Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Aug 2004 17:30:24 GMT
From:      Igor Pokrovsky <ip@doom.homeunix.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/70459: Update port: games/ssc fix build on 5.x
Message-ID:  <200408161730.i7GHUO0u050140@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/70459; it has been noted by GNATS.

From: Igor Pokrovsky <ip@doom.homeunix.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc: pav@FreeBSD.org
Subject: Re: ports/70459: Update port: games/ssc fix build on 5.x
Date: Mon, 16 Aug 2004 21:27:45 +0400

 Ok, I hope this one is fine:
 
 diff -ru /usr/ports/games/ssc/Makefile ssc/Makefile
 --- /usr/ports/games/ssc/Makefile	Sun Aug  1 21:22:28 2004
 +++ ssc/Makefile	Sat Aug 14 22:11:14 2004
 @@ -29,6 +29,12 @@
  		LDFLAGS=-L${X11BASE}/lib
  ONLY_FOR_ARCHS=	i386
  
 +.include <bsd.port.pre.mk>
 +
 +.if ${OSVERSION} >= 502126
 +BROKEN=	Doesn't compile on GCC > 3.3
 +.endif
 +
  post-patch:
  	@${REINPLACE_CMD} -e "s|SDL\/||g; s|/usr/local|${PREFIX}|g" \
  		${WRKSRC}/src/*.h ${WRKSRC}/src/*.cc
 @@ -39,4 +45,4 @@
  	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
  .endif
  
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 
 -ip
 
 -- 
 Real programmers do not apply DP terminology to non-DP
 situations.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408161730.i7GHUO0u050140>