Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
@@ -0,0 +1,15 @@
$NetBSD: patch-drivers_dectalk_dectalksynthesisdriver_c,v 1.1 2012/05/06 19:49:37 dholland Exp $
Fix build with latest glib2.
--- drivers/dectalk/dectalksynthesisdriver.c~ 2008-12-10 13:36:00.000000000 +0000
+++ drivers/dectalk/dectalksynthesisdriver.c
@@ -26,7 +26,7 @@
#include <string.h>
#include <libbonobo.h>
-#include <glib/gmain.h>
+#include <glib.h>
#include <gnome-speech/gnome-speech.h>
#include "dectalksynthesisdriver.h"
#include <dtk/ttsapi.h>