aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2018-05-14 23:04:23 +0800
committerdinoex <dinoex@FreeBSD.org>2018-05-14 23:04:23 +0800
commitb7e70dd75a49a9e09c11cc48b1c9010582579ea3 (patch)
treeb86515f86ac35845f446045e56715d9d0a9cbc07
parent04db5a5c65d34e33b06637b93e5c8864e84b3027 (diff)
downloadfreebsd-ports-gnome-b7e70dd75a49a9e09c11cc48b1c9010582579ea3.tar.gz
freebsd-ports-gnome-b7e70dd75a49a9e09c11cc48b1c9010582579ea3.tar.zst
freebsd-ports-gnome-b7e70dd75a49a9e09c11cc48b1c9010582579ea3.zip
- fix build for FreeBSD 12.0
-rw-r--r--multimedia/sabbu/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/multimedia/sabbu/Makefile b/multimedia/sabbu/Makefile
index 6e96d48ae623..486d71062e60 100644
--- a/multimedia/sabbu/Makefile
+++ b/multimedia/sabbu/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD: head/ports-mgmt/pkg_jail/files/pkg_update 411390 2016-03-19 11:00:57Z dinoex 2
# $FreeBSD$
PORTNAME= sabbu
@@ -15,12 +14,11 @@ LICENSE= GPLv2
LIB_DEPENDS= libavcodec0.so:multimedia/ffmpeg0 \
libsndfile.so:audio/libsndfile
-BROKEN_FreeBSD_12= Regression C++
-
USES= tar:bzip2 gmake pkgconfig iconv
GNU_CONFIGURE= yes
USE_SDL= sdl
+USE_CXXSTD= gnu++98
USE_GNOME= gtk20
CFLAGS+= -I${LOCALBASE}/include/ffmpeg0 -I${LOCALBASE}/include
LDFLAGS+= -lpthread -L${LOCALBASE}/lib/ffmpeg0 -L${LOCALBASE}/lib