Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Aug 2009 16:10:03 GMT
From:      P Szmytka <p.szmytka@gmail.com>
To:        freebsd-multimedia@FreeBSD.org
Subject:   Re: ports/138056: multimedia/ogle: buggy pre-configure
Message-ID:  <200908251610.n7PGA3j7053455@freefall.freebsd.org>

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

From: P Szmytka <p.szmytka@gmail.com>
To: bug-followup@FreeBSD.org, kalten@gmx.at
Cc:  
Subject: Re: ports/138056: multimedia/ogle: buggy pre-configure
Date: Tue, 25 Aug 2009 16:31:05 +0100

 --=-XcmrWyjS+4A1M6+/geFU
 Content-Type: text/plain
 Content-Transfer-Encoding: 7bit
 
 I needed to escape the hash for the patch to work for me.
 I've attached the amended patch.
 
 Anyway thanks edwin, great job!
 
 Cheers,
 Szmytson
 
 --=-XcmrWyjS+4A1M6+/geFU
 Content-Disposition: attachment; filename="ogle.patch"
 Content-Type: text/x-patch; name="ogle.patch"; charset="UTF-8"
 Content-Transfer-Encoding: 7bit
 
 --- Makefile	2009-08-25 16:27:54.000000000 +0100
 +++ Makefile.szmytkap	2009-08-25 15:55:10.000000000 +0100
 @@ -65,7 +65,7 @@
  
  # hack to make ogle work with liba52 + djbfft
  .if exists(${LOCALBASE}/lib/liba52.la)
 -LIBA52_DEP_LIBS!=	${GREP} dependency_libs ${LOCALBASE}/lib/liba52.la | ${CUT} -d \' -f 2
 +LIBA52_DEP_LIBS!=	${GREP} dependency_libs ${LOCALBASE}/lib/liba52.la | ${GREP} -v ^"[ \t]*\#" | ${CUT} -d \' -f 2
  .else
  LIBA52_DEP_LIBS=
  .endif
 
 --=-XcmrWyjS+4A1M6+/geFU--
 



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