Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2013 22:40:38 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r324069 - head/audio/wmalbum
Message-ID:  <201307312240.r6VMedXN038572@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Wed Jul 31 22:40:38 2013
New Revision: 324069
URL: http://svnweb.freebsd.org/changeset/ports/324069

Log:
  Fix build with clang

Modified:
  head/audio/wmalbum/Makefile

Modified: head/audio/wmalbum/Makefile
==============================================================================
--- head/audio/wmalbum/Makefile	Wed Jul 31 22:22:46 2013	(r324068)
+++ head/audio/wmalbum/Makefile	Wed Jul 31 22:40:38 2013	(r324069)
@@ -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}/multimed
 		gdk_pixbuf_xlib.2:${PORTSDIR}/graphics/gdk-pixbuf
 
 GNU_CONFIGURE=	yes
+USE_CSTD=	gnu89
 
 MAN1=		wmalbum.1
 PLIST_FILES=	bin/wmalbum



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307312240.r6VMedXN038572>