Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Sep 2014 14:07:03 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367628 - head/www/opera
Message-ID:  <201409081407.s88E738F087442@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Mon Sep  8 14:07:03 2014
New Revision: 367628
URL: http://svnweb.freebsd.org/changeset/ports/367628
QAT: https://qat.redports.org/buildarchive/r367628/

Log:
  Fix packaging on 10+.

Modified:
  head/www/opera/Makefile

Modified: head/www/opera/Makefile
==============================================================================
--- head/www/opera/Makefile	Mon Sep  8 13:54:36 2014	(r367627)
+++ head/www/opera/Makefile	Mon Sep  8 14:07:03 2014	(r367628)
@@ -68,6 +68,7 @@ OPERA_ARCH=	${ARCH:S,i386,intel,}
 
 .if ${OSVERSION} >= 1000054
 BUILD_DEPENDS+=	${LOCALBASE}/lib/compat/libstdc++.so.6:${PORTSDIR}/misc/compat9x
+PLIST_SUB+=	LIBSTDC=""
 .else
 PLIST_SUB+=	LIBSTDC="@comment "
 .endif



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