ports/157885 mjpegtools-2.0.0 build failure

Cy Schubert Cy.Schubert at komquats.com
Sat Aug 20 00:20:11 UTC 2011


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

From: Cy Schubert <Cy.Schubert at komquats.com>
To: bug-followup <bug-followup at freebsd.org>
Cc:  
Subject: ports/157885 mjpegtools-2.0.0 build failure
Date: Fri, 19 Aug 2011 17:00:02 -0700

 Different versions of gcc will not work however the following patch does 
 circumvent the problem.
 
 ndex: Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/multimedia/mjpegtools/Makefile,v
 retrieving revision 1.74
 diff -u -r1.74 Makefile
 --- Makefile	2 Jul 2011 19:59:19 -0000	1.74
 +++ Makefile	19 Aug 2011 23:58:05 -0000
 @@ -30,7 +30,9 @@
  WANT_SDL=	yes
  USE_GMAKE=	yes
  USE_AUTOTOOLS=	libtool
 +CFLAGS=		-O0
  CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}" \
 +		CFLAGS="${CFLAGS}" \
  		PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
  		PTHREAD_LIBS="${PTHREAD_LIBS}" \
  		ac_cv_lib_Xxf86dga_XF86DGAQueryExtension=no
 
 
 
 -- 
 Cheers,
 Cy Schubert <Cy.Schubert at komquats.com>
 FreeBSD UNIX:  <cy at FreeBSD.org>   Web:  http://www.FreeBSD.org
 
 	The need of the many outweighs the greed of the few.
 
 


More information about the freebsd-multimedia mailing list