summaryrefslogtreecommitdiff
path: root/lang/mpd/patches/patch-bi
blob: e5e3e9afaec5dc0c6f6f15185b419077281e8914 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-bi,v 1.2 2015/12/29 23:34:52 dholland Exp $

Build with optimization.

--- library/Makefile.orig	2000-10-31 23:53:41.000000000 +0100
+++ library/Makefile
@@ -1,7 +1,7 @@
 ##	Makefile for the MPD X-Windows interface, MPDWin.
 
-CFLAGS = -g
-MPDFLAGS = -g
+CFLAGS = -O3
+MPDFLAGS = -O
 SHELL = /bin/sh