Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Mar 2008 19:50:02 GMT
From:      Josh Paetzel <josh@tcbug.org>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/119647: multimedia/libdvdcss has errors decoding keys
Message-ID:  <200803081950.m28Jo2xA058845@freefall.freebsd.org>

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

From: Josh Paetzel <josh@tcbug.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/119647: multimedia/libdvdcss has errors decoding keys
Date: Sat, 8 Mar 2008 13:44:58 -0600

 For the moment can the following patch be applied?
 
 --- Makefile.old        2007-03-31 03:32:43.000000000 +0000
 +++ Makefile    2008-03-08 19:10:43.000000000 +0000
 @@ -24,6 +24,12 @@
  GNU_CONFIGURE= yes
  INSTALLS_SHLIB=        yes
 
 +.include <bsd.port.pre.mk>
 +
 +.if ${OSVERSION} >= 7
 +CFLAGS+=       -g -O
 +.endif
 +
  .ifndef(WITH_DOXYGEN)
  NOPORTDOCS=    yes
  .endif
 @@ -60,4 +66,4 @@
         @${INSTALL_DATA} ${INSTALL_WRKSRC}/doc/html/* ${DOCSDIR}
  .endif
 
 -.include <bsd.port.mk>
 +.include <bsd.port.post.mk>
 
 
 -- 
 Thanks,
 
 Josh Paetzel
 
 PGP: 8A48 EF36 5E9F 4EDA 5A8C 11B4 26F9 01F1 27AF AECB



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