diff options
author | John Marino <marino@FreeBSD.org> | 2016-02-07 12:55:08 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-02-07 12:55:08 +0000 |
commit | 74cab402bcee176119e0f6446b3131c293f13469 (patch) | |
tree | 0e4e3ebb3dec8de5872656ea8da50415835da5a4 /audio/cmp3/files/patch-cmp3.h | |
parent | audio/cd-control: document ncurses rqmt (USES+=ncurses), respect LDFLAGS (diff) |
audio/cmp3: respect LDFLAGS, bring in dports patch for DF.
Notes
Notes:
svn path=/head/; revision=408391
Diffstat (limited to 'audio/cmp3/files/patch-cmp3.h')
-rw-r--r-- | audio/cmp3/files/patch-cmp3.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/audio/cmp3/files/patch-cmp3.h b/audio/cmp3/files/patch-cmp3.h new file mode 100644 index 000000000000..4e752f1dc522 --- /dev/null +++ b/audio/cmp3/files/patch-cmp3.h @@ -0,0 +1,11 @@ +--- 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 |