Tags: patch

I will attach a patch for debian/rules to do this.

> An necessary variable to enable audio output is not passed in CDBS build 
> system.
> I added this line and did debuild, now I can here sound and audio from
> flobopuyo:
>
> CFLAGS += -DUSE_AUDIO=1

Regards,
Takeshi Hamasaki
--- flobopuyo-0.20/debian/rules	2010-02-20 17:35:29.000000000 +0700
+++ flobopuyo-0.20-new/debian/rules	2010-02-20 17:36:28.000000000 +0700
@@ -4,6 +4,8 @@
 
 DEB_MAKE_INSTALL_TARGET := install DESTDIR=$(CURDIR)/debian/flobopuyo
 
+CFLAGS = -DUSE_AUDIO=1
+
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk

Reply via email to