From d28b5b3daeb1fb65572e740fb1083ed689e41588 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 1 Nov 2013 05:04:16 +0100 Subject: [PATCH] (Makefile) Turn RSOUND_CFLAGS into -DHAVE_RSOUND --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1144897acf..7fbd95c57f 100644 --- a/Makefile +++ b/Makefile @@ -114,7 +114,7 @@ endif ifeq ($(HAVE_RSOUND), 1) OBJ += audio/librsound.o audio/rsound.o - DEFINES += $(RSOUND_CFLAGS) + DEFINES += -DHAVE_RSOUND endif ifeq ($(HAVE_OSS), 1)