Fix packaging on 10+.

This commit is contained in:
Adam Weinberger 2014-09-08 14:07:03 +00:00
parent 70ce87e213
commit ced6da1420
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367628

View File

@ -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