From 635fffd86aaad0cb196e6de1f6f5cf66395d59a0 Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Sun, 13 Mar 2005 22:42:39 +0000 Subject: - Add dumb 0.9.2, an IT, XM, S3M and MOD player library PR: ports/78118 Submitted by: Andreas Kohn --- devel/dumb/files/patch-Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 devel/dumb/files/patch-Makefile (limited to 'devel/dumb/files/patch-Makefile') diff --git a/devel/dumb/files/patch-Makefile b/devel/dumb/files/patch-Makefile new file mode 100644 index 000000000000..7cf93017e641 --- /dev/null +++ b/devel/dumb/files/patch-Makefile @@ -0,0 +1,16 @@ +--- Makefile.orig Sat Feb 26 15:24:14 2005 ++++ Makefile Sat Feb 26 15:25:07 2005 +@@ -186,10 +186,10 @@ + OFLAGS := -O2 -ffast-math -fomit-frame-pointer + DBGFLAGS := -DDEBUGMODE=1 -g3 + +-CFLAGS_RELEASE := -Iinclude $(WFLAGS) $(OFLAGS) +-CFLAGS_DEBUG := -Iinclude $(WFLAGS) $(DBGFLAGS) ++CFLAGS_RELEASE := -Iinclude -I$(PREFIX)/include $(WFLAGS) $(OFLAGS) ++CFLAGS_DEBUG := -Iinclude -I$(PREFIX)/include $(WFLAGS) $(DBGFLAGS) + +-LDFLAGS := -s ++LDFLAGS := -s -L$(PREFIX)/lib + + + CORE_EXAMPLES_OBJ := $(addprefix examples/, $(notdir $(patsubst %.c, %.o, $(CORE_EXAMPLES)))) -- cgit v1.2.3