diff options
Diffstat (limited to 'audio/cdparanoia/patches/patch-cl')
-rw-r--r-- | audio/cdparanoia/patches/patch-cl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/cdparanoia/patches/patch-cl b/audio/cdparanoia/patches/patch-cl new file mode 100644 index 00000000000..8aaf32787ee --- /dev/null +++ b/audio/cdparanoia/patches/patch-cl @@ -0,0 +1,13 @@ +$NetBSD: patch-cl,v 1.1 2006/09/03 17:13:30 ben Exp $ + +--- configure.sub.orig 2006-09-03 08:31:08.000000000 -0700 ++++ configure.sub +@@ -641,7 +641,7 @@ case $os in + | -hiux* | -386bsd* | -netbsd* | -freebsd* | -riscix* \ + | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* \ + | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \ +- | -udi* | -eabi* | -lites* ) ++ | -udi* | -eabi* | -lites* | -darwin* ) + # Remember, each alternative MUST END IN *, to match a version number. + ;; + -sunos5*) |