1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-31 05:41:08 +00:00
freebsd-ports/audio/cmp3/files/patch-cmp3.h
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

12 lines
232 B
C

--- cmp3.h.orig 2001-07-01 04:38:08 UTC
+++ 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