diff options
author | tcberner <tcberner@FreeBSD.org> | 2018-01-17 19:48:22 +0800 |
---|---|---|
committer | tcberner <tcberner@FreeBSD.org> | 2018-01-17 19:48:22 +0800 |
commit | 75610232502eb6dc1ffbc60be4ba29e5da476cd0 (patch) | |
tree | 0d6bb272cb420dcc4c9679b3332da45499c72374 /audio/creox | |
parent | a60c7f78e105a7b8dd841abe708d1a46b4f1c340 (diff) | |
download | freebsd-ports-gnome-75610232502eb6dc1ffbc60be4ba29e5da476cd0.tar.gz freebsd-ports-gnome-75610232502eb6dc1ffbc60be4ba29e5da476cd0.tar.zst freebsd-ports-gnome-75610232502eb6dc1ffbc60be4ba29e5da476cd0.zip |
audio/creox, fix build with clang6 by forcing -std=gnu++98
PR: 224669
Diffstat (limited to 'audio/creox')
-rw-r--r-- | audio/creox/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/creox/Makefile b/audio/creox/Makefile index 3a91e1f7d2b0..ed386e203dc2 100644 --- a/audio/creox/Makefile +++ b/audio/creox/Makefile @@ -3,7 +3,7 @@ PORTNAME= creox PORTVERSION= 0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio kde MAINTAINER= ports@FreeBSD.org @@ -21,6 +21,7 @@ USES= cmake:outsource kde:4 USE_KDE= automoc4 kdelibs USE_QT4= moc_build qmake_build rcc_build uic_build USE_XORG= xft xpm +USE_CXXSTD= gnu++98 post-patch: @${REINPLACE_CMD} -e \ |