From owner-svn-ports-all@FreeBSD.ORG Fri Dec 27 16:03:15 2013 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id 88F91549; Fri, 27 Dec 2013 16:03:15 +0000 (UTC) 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 755B119EA; Fri, 27 Dec 2013 16:03:15 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBRG3FX9003958; Fri, 27 Dec 2013 16:03:15 GMT (envelope-from pawel@svn.freebsd.org) Received: (from pawel@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBRG3Fdc003957; Fri, 27 Dec 2013 16:03:15 GMT (envelope-from pawel@svn.freebsd.org) Message-Id: <201312271603.rBRG3Fdc003957@svn.freebsd.org> From: Pawel Pekala Date: Fri, 27 Dec 2013 16:03:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337744 - head/audio/bmp-modplug X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 27 Dec 2013 16:03:15 -0000 Author: pawel Date: Fri Dec 27 16:03:14 2013 New Revision: 337744 URL: http://svnweb.freebsd.org/changeset/ports/337744 Log: Fix build on 10+, don't hardcode linking to libstdc++ Modified: head/audio/bmp-modplug/Makefile (contents, props changed) Modified: head/audio/bmp-modplug/Makefile ============================================================================== --- head/audio/bmp-modplug/Makefile Fri Dec 27 15:52:50 2013 (r337743) +++ head/audio/bmp-modplug/Makefile Fri Dec 27 16:03:14 2013 (r337744) @@ -26,6 +26,10 @@ HAS_CONFIGURE= yes PLUGDIR?= lib/bmp/Input PLIST_FILES= ${PLUGDIR}/libmodplugbmp.so +post-patch: + @${REINPLACE_CMD} 's|-lstdc++||' ${WRKSRC}/modplugbmp/Makefile.in \ + ${WRKSRC}/modplugplay/Makefile.in + do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${PLUGDIR} ${INSTALL_LIB} ${WRKSRC}/modplugbmp/.libs/libmodplugbmp.so \