mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
291 B
Plaintext
15 lines
291 B
Plaintext
$NetBSD: patch-bi,v 1.1.1.1 2005/10/17 16:16:48 is Exp $
|
|
|
|
--- 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
|
|
|
|
|