diff options
Diffstat (limited to 'lang/mpd/patches/patch-as')
-rw-r--r-- | lang/mpd/patches/patch-as | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/lang/mpd/patches/patch-as b/lang/mpd/patches/patch-as new file mode 100644 index 00000000000..fe83857e612 --- /dev/null +++ b/lang/mpd/patches/patch-as @@ -0,0 +1,23 @@ +$NetBSD: patch-as,v 1.1.1.1 2005/10/17 16:16:48 is Exp $ + +--- Makefile.orig 2001-02-06 19:30:37.000000000 +0100 ++++ Makefile +@@ -4,7 +4,7 @@ + + + CC = cc +-CFLAGS = -g ++CFLAGS = -O3 -Wall + MAKE = make + SHELL = /bin/sh + +@@ -212,6 +212,9 @@ vscripts: ; @cd vsuite; find * -name Sc + + + ++verify: ++ mpdv/mpdv ++ + # run some distributed tests with mpdv + + mpdvdist: |