diff options
Diffstat (limited to 'audio/libsndfile/patches/patch-aa')
-rw-r--r-- | audio/libsndfile/patches/patch-aa | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/audio/libsndfile/patches/patch-aa b/audio/libsndfile/patches/patch-aa index 7eb20154b40..d248b2a3ea1 100644 --- a/audio/libsndfile/patches/patch-aa +++ b/audio/libsndfile/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.10 2006/02/24 08:11:26 adam Exp $ +$NetBSD: patch-aa,v 1.11 2006/04/06 16:59:08 drochner Exp $ ---- src/Makefile.in.orig 2006-02-20 22:10:14.000000000 +0100 +--- src/Makefile.in.orig 2006-03-16 11:00:39.000000000 +0100 +++ src/Makefile.in -@@ -835,7 +835,7 @@ libsndfile.def: create_symbols_file.py - ./create_symbols_file.py win32 $(VERSION) > libsndfile.def +@@ -837,7 +837,7 @@ cygsndfile.def: create_symbols_file.py + ./create_symbols_file.py cygwin $(VERSION) > cygsndfile.def # Fake dependancy to force the creation of these files. --sndfile.c : Symbols.linux Symbols.darwin libsndfile.def -+sndfile.c: +-sndfile.c : Symbols.linux Symbols.darwin libsndfile.def cygsndfile.def ++sndfile.c : # Dependancies. |