From 50af02ede81b5cfa6355800c9163a6d00778b9be Mon Sep 17 00:00:00 2001 From: hans Date: Wed, 11 Jan 2012 20:49:05 +0000 Subject: Fix build on SunOS. --- audio/tfmxplay/patches/patch-ad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/tfmxplay/patches') diff --git a/audio/tfmxplay/patches/patch-ad b/audio/tfmxplay/patches/patch-ad index 1dde0072d9b..a9a44e2aa6f 100644 --- a/audio/tfmxplay/patches/patch-ad +++ b/audio/tfmxplay/patches/patch-ad @@ -1,4 +1,4 @@ -$NetBSD: patch-ad,v 1.2 2011/09/04 21:04:57 dholland Exp $ +$NetBSD: patch-ad,v 1.3 2012/01/11 20:49:05 hans Exp $ - Support more OSes - use valid C @@ -12,7 +12,7 @@ $NetBSD: patch-ad,v 1.2 2011/09/04 21:04:57 dholland Exp $ -#ifdef __NetBSD__ +#if defined(__NetBSD__) || defined(__OpenBSD__) #include -+#elif defined(__FreeBSD__) || defined(__DragonFly__) ++#elif defined(__FreeBSD__) || defined(__DragonFly__) || defined(__sun) +#include #else #include -- cgit v1.2.3