summaryrefslogtreecommitdiff
path: root/multimedia/vlc08/patches/patch-aa
blob: fdf372d5e883637575513e570a5c722899f0d745 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2006/05/19 20:53:34 joerg Exp $

--- include/vlc_common.h.orig	2006-05-19 19:46:18.000000000 +0000
+++ include/vlc_common.h
@@ -873,7 +873,7 @@ static inline void _SetQWBE( uint8_t *p,
 #   define vlc_strtoll NULL
 #endif
 
-#if defined(SYS_BEOS)
+#if defined(SYS_BEOS) || defined(__DragonFly__)
     typedef struct {
         long long quot; /* Quotient. */
         long long rem;  /* Remainder. */