From owner-svn-ports-head@FreeBSD.ORG Wed Oct 9 17:35:37 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 19A401EB; Wed, 9 Oct 2013 17:35:37 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 05F40284C; Wed, 9 Oct 2013 17:35:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r99HZakD017090; Wed, 9 Oct 2013 17:35:36 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r99HZaZ2017089; Wed, 9 Oct 2013 17:35:36 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201310091735.r99HZaZ2017089@svn.freebsd.org> From: William Grzybowski Date: Wed, 9 Oct 2013 17:35:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329915 - head/graphics/php5-ffmpeg X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Oct 2013 17:35:37 -0000 Author: wg Date: Wed Oct 9 17:35:36 2013 New Revision: 329915 URL: http://svnweb.freebsd.org/changeset/ports/329915 Log: graphics/php5-ffmpeg: fix link with ffmpeg0 - Fix link with ffmpeg0 Approved by: portmgr (bapt, implicit) Modified: head/graphics/php5-ffmpeg/Makefile Modified: head/graphics/php5-ffmpeg/Makefile ============================================================================== --- head/graphics/php5-ffmpeg/Makefile Wed Oct 9 17:24:33 2013 (r329914) +++ head/graphics/php5-ffmpeg/Makefile Wed Oct 9 17:35:36 2013 (r329915) @@ -16,7 +16,7 @@ COMMENT= The ffmpeg shared extension for LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ libavutil0.so:${PORTSDIR}/multimedia/ffmpeg0 -CFLAGS+= -I${LOCALBASE}/include +CFLAGS+= -I${LOCALBASE}/include/ffmpeg0 LDFLAGS+= -L${LOCALBASE}/lib/ffmpeg0 USE_BZIP2= yes USE_PHP= yes @@ -41,6 +41,8 @@ pre-configure: -e 's,lavformat,lavformat0,g' \ -e 's,lavutil,lavutil0,g' \ -e 's,lswscale,lswscale0,g' \ + -e 's,include/libavcodec,include/ffmpeg0/libavcodec,g' \ + -e 's,/libavcodec.so,/ffmpeg0/libavcodec0.so,g' \ ${WRKSRC}/configure post-configure: