[BACK]Return to patch-ba CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / multimedia / xine-ui / patches

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/multimedia/xine-ui/patches/Attic/patch-ba between version 1.3 and 1.4

version 1.3, 2012/08/04 13:47:10 version 1.4, 2012/09/01 08:14:22
Line 7  $NetBSD$
Line 7  $NetBSD$
   */    */
  /* required for getsubopt(); the __sun test gives us strncasecmp() on solaris */   /* required for getsubopt(); the __sun test gives us strncasecmp() on solaris */
 -#if !defined(__sun) && ! defined(__FreeBSD__)  -#if !defined(__sun) && ! defined(__FreeBSD__)
 +#if !defined(__sun) && ! defined(__FreeBSD__) && ! defined(__NetBSD__)  +#if !defined(__sun) && ! defined(__FreeBSD__) && ! defined(__NetBSD__) && ! defined(__DragonFly__)
  #define _XOPEN_SOURCE 500   #define _XOPEN_SOURCE 500
  #endif   #endif
  /* required for strncasecmp() */   /* required for strncasecmp() */

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

CVSweb <webmaster@jp.NetBSD.org>