svn commit: r324069 - head/audio/wmalbum

Baptiste Daroussin bapt at FreeBSD.org
Wed Jul 31 22:40:39 UTC 2013


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 at redundancy.redundancy.org
-#
+# Created by: lx at 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


More information about the svn-ports-all mailing list