
$FreeBSD: ports/net/xbms/files/patch-Makefile,v 1.2 2003/10/08 20:39:57 naddy Exp $

--- Makefile.orig	Sun Feb 23 13:11:59 2003
+++ Makefile	Wed Oct  8 22:37:15 2003
@@ -1,8 +1,7 @@
-CC =            gcc -Wall
 BINDIR =        /usr/local/bin
 all:    server
 server:         
-	$(CC) -O3 -pthread -o xbms server.c
+	$(CC) $(CFLAGS) -pthread -o xbms server.c
 install:        all
 	rm -f $(BINDIR)/xbms
 	cp xbms $(BINDIR)
