ports/60972: audio/grip does not compile when "make WITH_CDPARANOIA=yes" is used

KATO Tsuguru tkato at prontomail.com
Tue Jan 6 12:30:22 UTC 2004


The following reply was made to PR ports/60972; it has been noted by GNATS.

From: KATO Tsuguru <tkato at prontomail.com>
To: FreeBSD-gnats-submit at FreeBSD.org
Cc: Esa Karkkainen <ejk at iki.fi>
Subject: Re: ports/60972: audio/grip does not compile when "make
 WITH_CDPARANOIA=yes" is used
Date: Tue, 6 Jan 2004 21:21:03 +0900

 Since USE_GNOME=gnomehack implies it, adding USE_REINPLACE=yes
 line is unnecessary in this case.
 
 I guess this patch should be the most simple solution.
 
 
 diff -urN /usr/ports/audio/grip/Makefile audio/grip/Makefile
 --- /usr/ports/audio/grip/Makefile	Tue Jan  6 21:08:05 2004
 +++ audio/grip/Makefile	Tue Jan  6 21:11:43 2004
 @@ -30,4 +30,7 @@
  CONFIGURE_ARGS+=	--disable-cdpar
  .endif
  
 +post-patch:
 +	@${REINPLACE_CMD} -e 's|<cdda/cdda|<cdda|g' ${WRKSRC}/src/cdpar.c
 +
  .include <bsd.port.mk>



More information about the freebsd-ports-bugs mailing list