svn commit: r367628 - head/www/opera

Adam Weinberger adamw at FreeBSD.org
Mon Sep 8 14:07:04 UTC 2014


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


More information about the svn-ports-head mailing list