Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 Aug 2011 00:20:11 GMT
From:      Cy Schubert <Cy.Schubert@komquats.com>
To:        freebsd-multimedia@FreeBSD.org
Subject:   ports/157885 mjpegtools-2.0.0 build failure
Message-ID:  <201108200020.p7K0KB0L025549@freefall.freebsd.org>

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

From: Cy Schubert <Cy.Schubert@komquats.com>
To: bug-followup <bug-followup@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@komquats.com>
 FreeBSD UNIX:  <cy@FreeBSD.org>   Web:  http://www.FreeBSD.org
 
 	The need of the many outweighs the greed of the few.
 
 



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