diff options
author | pawel <pawel@FreeBSD.org> | 2013-01-13 01:49:16 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-01-13 01:49:16 +0800 |
commit | f9d83fadec37769388892b3eb6c2c6d27ce060ae (patch) | |
tree | e436952e47e64c1c5a0f674b7fc44a88a328021b /multimedia/lives | |
parent | 31e55e31e04736080ab92797609304dfd7f8ddb5 (diff) | |
download | freebsd-ports-gnome-f9d83fadec37769388892b3eb6c2c6d27ce060ae.tar.gz freebsd-ports-gnome-f9d83fadec37769388892b3eb6c2c6d27ce060ae.tar.zst freebsd-ports-gnome-f9d83fadec37769388892b3eb6c2c6d27ce060ae.zip |
Fix build with clang
Diffstat (limited to 'multimedia/lives')
-rw-r--r-- | multimedia/lives/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/lives/Makefile b/multimedia/lives/Makefile index 0f9e74a09f25..40fcc07a2433 100644 --- a/multimedia/lives/Makefile +++ b/multimedia/lives/Makefile @@ -66,6 +66,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME:L} USE_BZIP2= yes GNU_CONFIGURE= yes USE_PKGCONFIG= build +USE_CSTD= gnu89 USE_ICONV= yes USE_NCURSES= yes USE_PYTHON= yes |