aboutsummaryrefslogtreecommitdiff
path: root/audio/drumpiler
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-06-13 16:15:14 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-06-13 16:15:14 +0000
commit6f83ad1234ed37301f6e05fbcd7ab0f477d1f70c (patch)
tree79d5b0cff2566c3b0004fe69e1be37babb7310b9 /audio/drumpiler
parenta9e4b9e319adab797a65795bb0b3cdcbc215cff7 (diff)
downloadports-6f83ad1234ed37301f6e05fbcd7ab0f477d1f70c.tar.gz
ports-6f83ad1234ed37301f6e05fbcd7ab0f477d1f70c.zip
. fix building with clang (CFLAGS+=-Wno-return-type);
. trim Makefile headers.
Notes
Notes: svn path=/head/; revision=320813
Diffstat (limited to 'audio/drumpiler')
-rw-r--r--audio/drumpiler/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/audio/drumpiler/Makefile b/audio/drumpiler/Makefile
index 55234639d23c..ac0fc7f07192 100644
--- a/audio/drumpiler/Makefile
+++ b/audio/drumpiler/Makefile
@@ -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@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