pkgsrc/filesystems/fuse-cddfs/patches/patch-aa
xtraeme c6ed3e308f Initial import of fuse-cddfs-0.2.
Cddfs is a file system for fuse that use libparanoia in order to
mount your audio cd.
2007-02-20 22:57:44 +00:00

15 lines
504 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2007/02/20 22:57:44 xtraeme Exp $
--- Makefile.orig 2005-04-02 16:12:43.000000000 +0200
+++ Makefile 2007-02-18 15:33:41.000000000 +0100
@@ -1,7 +1,7 @@
-CFLAGS=-O2 -g -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=22
-LDFLAGS=-lpthread -lfuse -lcdda_paranoia -lcdda_interface
+CFLAGS+= -Wall -D_FILE_OFFSET_BITS=64 -D_REENTRANT -DFUSE_USE_VERSION=22
+LDFLAGS+=-lfuse -lcdda_paranoia -lcdda_interface -lm
-cddfs: cddfs.c
+all: cddfs.c
clean:
$(RM) cddfs