svn commit: r344308 - in head/multimedia/handbrake: . files
Thomas Zander
thomas.e.zander at googlemail.com
Sun Feb 16 15:54:17 UTC 2014
On 15 February 2014 19:13, Alexander Leidinger <Alexander at leidinger.net> wrote:
> Not noise at all... this is a real problem. And it's not the only one.
Could you take a look at the attached fix?
I was no longer able to reproduce any of the compile and link problems
after applying this.
(poudriere is running my CPU glowing red for some hours now...if you
find something, please let me know)
Riggs
-------------- next part --------------
Index: Makefile
===================================================================
--- Makefile (revision 344501)
+++ Makefile (working copy)
@@ -3,6 +3,7 @@
PORTNAME= handbrake
PORTVERSION= 0.9.9
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} \
http://download.handbrake.fr/handbrake/contrib/:contrib
@@ -147,9 +148,9 @@
@${REINPLACE_CMD} -E \
-e 's|%%REP_CC%%|${CC}|g' \
-e 's|%%REP_CXX%%|${CXX}|g' \
+ -e 's|%%REP_I%%|-I./contrib/include -I${LOCALBASE}/include|g' \
+ -e 's|%%REP_L%%|-L${LOCALBASE}/lib|g' \
-e 's|%%REP_ARCHS%%|${CPUTYPE}|g' \
- -e 's|%%REP_I%%|-I${LOCALBASE}/include|g' \
- -e 's|%%REP_L%%|-L${LOCALBASE}/lib|g' \
-e 's|%%REP_ICONV%%|${ICONV_LIB:S/-l//}|g' \
${WRKSRC}/custom.defs
More information about the svn-ports-all
mailing list