Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Sep 2007 10:50:08 GMT
From:      Dmitry Marakasov <amdmi3@amdmi3.ru>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/116096: games/powermanga: update to 0.90, take maintainership
Message-ID:  <200709051050.l85Ao8jk061587@freefall.freebsd.org>

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

From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/116096: games/powermanga: update to 0.90, take
	maintainership
Date: Wed, 5 Sep 2007 14:45:20 +0400

 * itetcu@FreeBSD.org (itetcu@FreeBSD.org) wrote:
 
 > Doesn't compile on amd64:
 Try this:
 
 --- Makefile.patch begins here ---
 --- Makefile.orig	Wed Sep  5 14:43:02 2007
 +++ Makefile	Wed Sep  5 14:42:19 2007
 @@ -25,7 +25,8 @@
  MAN6=		powermanga.6
  
  post-patch:
 -	@${REINPLACE_CMD} -e 's|^CFLAGS="-O3.*||' ${WRKSRC}/configure
 +	@${REINPLACE_CMD} -e 's|^CFLAGS="-O3.*|CFLAGS="$$CFLAGS -std=c99"|' \
 +		${WRKSRC}/configure
  	@${REINPLACE_CMD} -e \
  		's|/usr/share/games/powermanga|${DATADIR}|;s|/sound|&s|' \
  		${WRKSRC}/powermanga.6
 --- Makefile.patch ends here ---
 
 -- 
 Best regards,
   Dmitry Marakasov               mailto:amdmi3@amdmi3.ru



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