BROKEN-hppa = SIGILL when running lilypond BROKEN-hppa = libjson-c.so.0.0: undefined reference to __sync_val_compare_and_swap_4 BROKEN-hppa= missing atomic ops BROKEN-hppa= ./iodev/hdimage/hdimage.cc:807: error: 'bx_bswap32' was not declared in this scope BROKEN-hppa = cc1plus: error: unrecognized command line option '-std=c++11' BROKEN-hppa = src/bin/jp2/convert.c:192: error: expected identifier or '(' before '__extension__' BROKEN-hppa= libpt.so.7.0: undefined reference to __sync_fetch_and_or_4 BROKEN-hppa= ykpers-json.c:42: error: redefinition of typedef 'json_bool' BROKEN-hppa= OOM on src/lxml/lxml.etree.c BROKEN-hppa = undefined reference to `__sync_val_compare_and_swap_4' in libjson-c BROKEN-hppa = rake fails when linking PassengerHelperAgent BROKEN-hppa = kstars/kstars/tools/scriptbuilder.cpp:103: internal compiler error: Segmentation fault BROKEN-hppa= build stuck on virt-viewer-window.c See http://build-failures.rhaalovely.net/hppa/
38 lines
813 B
Makefile
38 lines
813 B
Makefile
# $OpenBSD: Makefile,v 1.3 2014/12/31 08:42:27 landry Exp $
|
|
|
|
COMMENT = open-source RSS/Atom feed reader for text terminals
|
|
DISTNAME = newsbeuter-2.7
|
|
CATEGORIES = www
|
|
BROKEN-hppa = undefined reference to `__sync_val_compare_and_swap_4' in libjson-c
|
|
|
|
HOMEPAGE = http://newsbeuter.org/
|
|
|
|
MAINTAINER = Kyle Isom <kyle@tyrfingr.is>
|
|
|
|
# mit
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c crypto curl json-c m ncursesw pthread sqlite3
|
|
WANTLIB += stdc++ stfl xml2
|
|
|
|
MASTER_SITES = http://newsbeuter.org/downloads/
|
|
|
|
MODULES = devel/gettext
|
|
|
|
LIB_DEPENDS = devel/stfl \
|
|
devel/json-c \
|
|
textproc/libxml \
|
|
net/curl
|
|
|
|
MAKE_FLAGS = CXX="${CXX}"
|
|
FAKE_FLAGS = mandir=${PREFIX}/man
|
|
|
|
USE_GMAKE = Yes
|
|
CONFIGURE_STYLE = simple
|
|
CONFIGURE_SCRIPT = config.sh
|
|
|
|
post-extract:
|
|
rm $(WRKSRC)/src/google*.cpp
|
|
|
|
.include <bsd.port.mk>
|