Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / audio / cmp3 / patches / patch-ab
blob03ffd7ff1798697525ab93ea07801c86b3493a05
1 $NetBSD: patch-ab,v 1.4 2007/02/16 14:54:16 joerg Exp $
3 --- cmp3.h.orig 2001-07-01 12:38:08.000000000 +0800
4 +++ cmp3.h
5 @@ -1,7 +1,7 @@
6  #ifndef _CMP3_H
7  #define _CMP3_H
8  
9 -#if defined(__FreeBSD__)
10 +#if defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__) || defined(__sun)
11  #include <ncurses.h>
12  #include <termios.h>
13  #else
14 @@ -9,9 +9,6 @@
15  #endif
18 -#ifndef NCURSES_VERSION
19 -  #error "This program requires ncurses to function"
20 -#endif
22  #include <signal.h>
23  #include <dirent.h>