Needs the gcc4 MODULE for c++11 support.
This commit is contained in:
parent
192d298f0a
commit
59e2df3846
@ -1,9 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.40 2015/04/21 18:51:26 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.41 2015/09/24 10:36:27 ajacoutot Exp $
|
||||
|
||||
# XXX check if still needed at next update
|
||||
CXXFLAGS += -std=c++11
|
||||
|
||||
COMMENT= reminder program for prevention of RSI
|
||||
|
||||
DISTNAME= workrave-1.9.4
|
||||
REVISION= 10
|
||||
REVISION= 11
|
||||
CATEGORIES= productivity x11
|
||||
|
||||
HOMEPAGE= http://www.workrave.org/
|
||||
@ -18,7 +21,7 @@ WANTLIB += gdk-x11-2.0 gdk_pixbuf-2.0 gdkmm-2.4 gio-2.0 giomm-2.4
|
||||
WANTLIB += glib-2.0 glibmm-2.4 gmodule-2.0 gobject-2.0 graphite2
|
||||
WANTLIB += gstreamer-0.10 gthread-2.0 gtk-x11-2.0 gtkmm-2.4 harfbuzz
|
||||
WANTLIB += lzma m pango-1.0 pangocairo-1.0 pangoft2-1.0 pangomm-1.4 pcre
|
||||
WANTLIB += pixman-1 png pthread pthread-stubs sigc-2.0 stdc++ xcb
|
||||
WANTLIB += pixman-1 png pthread pthread-stubs sigc-2.0 xcb
|
||||
WANTLIB += xcb-render xcb-shm xml2 z
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=workrave/}
|
||||
@ -35,6 +38,11 @@ MODULES= devel/gettext \
|
||||
lang/python \
|
||||
textproc/intltool
|
||||
|
||||
# c++11
|
||||
MODULES += gcc4
|
||||
MODGCC4_ARCHS= *
|
||||
MODGCC4_LANGS= c++
|
||||
|
||||
USE_GMAKE= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
Loading…
Reference in New Issue
Block a user