NOT_FOR_ARCHES=${GCC3_ARCHS}, these port depend upon the C++ tr1 headers,

which are only available on gcc4 platforms.
ok espie@
This commit is contained in:
miod 2013-10-18 14:29:16 +00:00
parent 5e32361b7a
commit 15d673f805
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,10 @@
# $OpenBSD: Makefile,v 1.3 2013/03/21 08:46:33 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.4 2013/10/18 14:29:17 miod Exp $
COMMENT = weighted finite-state transducers library
# requires C++ tr1 headers
NOT_FOR_ARCHS= ${GCC3_ARCHS}
DISTNAME = openfst-1.3.1
SHARED_LIBS += fst 0.0 # 0.0

View File

@ -1,7 +1,10 @@
# $OpenBSD: Makefile,v 1.37 2013/03/21 08:46:34 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.38 2013/10/18 14:29:16 miod Exp $
COMMENT= BitTorrent library written in C++
# requires C++ tr1 headers
NOT_FOR_ARCHS= ${GCC3_ARCHS}
DISTNAME= libtorrent-0.12.9
REVISION= 2
EPOCH= 0