On Thu, Sep 18, 2008 at 07:37:01PM +0200, Giovanni Bechis wrote:
> TeXitoi wrote:
>> Thanks to review it, it is my first port.
>>
> Great software, I like it, I modify comment (we do not use " anymore)  
> and add a patch do install man without compressing it.

please also add this patch so CFLAGS is respected

-- 
[EMAIL PROTECTED]
SDF Public Access UNIX System - http://sdf.lonestar.org

$OpenBSD$
--- source/Makefile.orig        Thu Sep 18 10:42:24 2008
+++ source/Makefile     Thu Sep 18 10:42:47 2008
@@ -10,7 +10,7 @@ ifeq ($(shell uname -s), NetBSD)
        LDFLAGS += -lossaudio
 endif
 LIBAO  := $(shell pkg-config --exists ao && echo -DLIBAO && pkg-config ao 
--cflags)
-CFLAGS  := -Os -Wall -W -I./include/ $(LIBAO) $(shell pkg-config mad --cflags)
+CFLAGS  += -Wall -W -I./include/ $(LIBAO) $(shell pkg-config mad --cflags)
 
 .PHONY: clean tags cscope
 

Reply via email to