svn commit: r320813 - head/audio/drumpiler
Boris Samorodov
bsam at FreeBSD.org
Thu Jun 13 16:15:15 UTC 2013
Author: bsam
Date: Thu Jun 13 16:15:14 2013
New Revision: 320813
URL: http://svnweb.freebsd.org/changeset/ports/320813
Log:
. fix building with clang (CFLAGS+=-Wno-return-type);
. trim Makefile headers.
Modified:
head/audio/drumpiler/Makefile
Modified: head/audio/drumpiler/Makefile
==============================================================================
--- head/audio/drumpiler/Makefile Thu Jun 13 16:12:10 2013 (r320812)
+++ head/audio/drumpiler/Makefile Thu Jun 13 16:15:14 2013 (r320813)
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: drumpiler
-# Date created: Jan 15, 2004
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= drumpiler
PORTVERSION= 0.9.0
@@ -16,7 +11,7 @@ MAINTAINER= ports at FreeBSD.org
COMMENT= Drum machine compiler
USE_SDL= sdl
-CFLAGS+= `${SDL_CONFIG} --cflags`
+CFLAGS+= `${SDL_CONFIG} --cflags` -Wno-return-type
LIBS+= `${SDL_CONFIG} --libs`
PLIST_FILES= bin/drumpiler
More information about the svn-ports-head
mailing list