pkgsrc/x11/nucleo/patches/patch-ae
hasso e342256397 Update to 0.7.5. No brief list of changes, but ChangeLog shows that it's
mostly fixes to build with newer gcc and ffmpeg versions.
2009-07-14 20:23:16 +00:00

14 lines
323 B
Text

$NetBSD: patch-ae,v 1.2 2009/07/14 20:23:17 hasso Exp $
--- nucleo/utils/AppUtils.cxx.orig 2009-07-14 22:42:58 +0300
+++ nucleo/utils/AppUtils.cxx 2009-07-14 22:43:26 +0300
@@ -21,8 +21,7 @@
#include <cstdlib>
#include <cstring>
-extern char* optarg ;
-extern int optind ;
+#include <unistd.h>
namespace nucleo {