opnsense-ports/audio/cmp3/files/patch-cmp3.h
Franco Fichtner 40cd0ebfc0 */*: sync with upstream
Taken from: FreeBSD
2016-02-07 16:27:40 +01:00

11 lines
244 B
C

--- cmp3.h.orig 2001-07-01 06:38:08.000000000 +0200
+++ cmp3.h
@@ -1,7 +1,7 @@
#ifndef _CMP3_H
#define _CMP3_H
-#if defined(__FreeBSD__)
+#if defined(__FreeBSD__) || defined(__DragonFly__)
#include <ncurses.h>
#include <termios.h>
#else