diff options
author | tron <tron> | 2006-07-03 15:51:46 +0000 |
---|---|---|
committer | tron <tron> | 2006-07-03 15:51:46 +0000 |
commit | e73a8211e8807e42d1e0c073c3c3f4fd855f50eb (patch) | |
tree | 2711baeb44c2c9a486366086f0ccf4a1ad6bfa6f /audio | |
parent | 0ad0e90e88a2f8ae8ae86a070e5cf82ccf13b073 (diff) | |
download | pkgsrc-e73a8211e8807e42d1e0c073c3c3f4fd855f50eb.tar.gz |
Remove superfluous patch.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/daapd/distinfo | 3 | ||||
-rw-r--r-- | audio/daapd/patches/patch-ab | 13 |
2 files changed, 1 insertions, 15 deletions
diff --git a/audio/daapd/distinfo b/audio/daapd/distinfo index 3287254881d..8c6d5ccfb3a 100644 --- a/audio/daapd/distinfo +++ b/audio/daapd/distinfo @@ -1,10 +1,9 @@ -$NetBSD: distinfo,v 1.16 2006/07/03 13:58:30 tron Exp $ +$NetBSD: distinfo,v 1.17 2006/07/03 15:51:46 tron Exp $ SHA1 (daapd-0.2.4b.tgz) = 0903303f155c19ae12cdc78be05799508156a16b RMD160 (daapd-0.2.4b.tgz) = 899b37b3872623ef918f7faa4eb8bad2dfc5b369 Size (daapd-0.2.4b.tgz) = 205476 bytes SHA1 (patch-aa) = c10564ede45fa92b18926da68a7a9a2d9547627d -SHA1 (patch-ab) = 4b6e743a4de3f476ad73c13ecc19397d418e2731 SHA1 (patch-ac) = 0a4e3dfb010bbf2cc01843987c970548cb4c646f SHA1 (patch-ad) = 05a61ced18d5b0827ade7e6b3341430ff9b9e89d SHA1 (patch-ae) = 3433d7e944999e10690ccdda1d49d3c711671446 diff --git a/audio/daapd/patches/patch-ab b/audio/daapd/patches/patch-ab deleted file mode 100644 index 696463a5181..00000000000 --- a/audio/daapd/patches/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ab,v 1.5 2006/07/03 02:18:15 tron Exp $ - ---- daaplib/src/makefile.orig 2006-03-05 13:39:36.000000000 +0000 -+++ daaplib/src/makefile 2006-07-03 02:37:56.000000000 +0100 -@@ -11,7 +11,7 @@ - LIBDEPLOY = /usr/local/lib - INCDEPLOY = /usr/local/include - INCPATH = ../include --CFLAGS = -Wall -Wno-multichar -+CFLAGS += -Wall -Wno-multichar - - .cpp.o: - $(CC) $(CFLAGS) -I$(INCPATH) -c $< |