From 48b74c8d156068ef509227add764d5bd7639ca8a Mon Sep 17 00:00:00 2001 From: bapt Date: Wed, 31 Jul 2013 22:40:38 +0000 Subject: Fix build with clang --- audio/wmalbum/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'audio') diff --git a/audio/wmalbum/Makefile b/audio/wmalbum/Makefile index 435cd130f6a6..3caf490d03cf 100644 --- a/audio/wmalbum/Makefile +++ b/audio/wmalbum/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: wmalbum -# Date created: 2005-01-27 -# Whom: lx@redundancy.redundancy.org -# +# Created by: lx@redundancy.redundancy.org # $FreeBSD$ -# PORTNAME= wmalbum PORTVERSION= 0.1.5 @@ -18,6 +14,7 @@ LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms \ gdk_pixbuf_xlib.2:${PORTSDIR}/graphics/gdk-pixbuf GNU_CONFIGURE= yes +USE_CSTD= gnu89 MAN1= wmalbum.1 PLIST_FILES= bin/wmalbum -- cgit