mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-31 05:41:08 +00:00
9fa9eb9ac7
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
12 lines
232 B
C
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
|