pkgsrc/lang/mpd/patches/patch-as
2010-03-03 13:31:53 +00:00

32 lines
509 B
Text

$NetBSD: patch-as,v 1.2 2010/03/03 13:31:53 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
@@ -34,7 +34,7 @@ all: config
## Install everything.
-install: paths.sh ; sh install.sh
+install: paths.sh ; sh install.sh ${DESTDIR}
@@ -212,6 +212,9 @@ vscripts: ; @cd vsuite; find * -name Sc
+verify:
+ mpdv/mpdv
+
# run some distributed tests with mpdv
mpdvdist: