summaryrefslogblamecommitdiffstats
path: root/mingw-w64-gtk3/gtk-dont-define-initguid.patch
blob: 5f41a48f22b1445cfff86a8174d366e1cc07c831 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                           
--- gdk/win32/gdkdnd-win32.c.orig   2013-04-04 21:15:55.689671748 +0200
+++ gdk/win32/gdkdnd-win32.c    2013-04-04 21:16:02.083782327 +0200
@@ -70,8 +70,6 @@
  *
  */
  
-#define INITGUID
-
 #include "gdkdnd.h"
 #include "gdkproperty.h"
 #include "gdkinternals.h"
w44/cgit/freebsd-ports-gnome/stats/audio/festvox-aec/Makefile'>stats
path: root/audio/festvox-aec/Makefile
blob: 102e922f27f3dbfb7b547e388a9f392f25fc06d4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# New ports collection makefile for:    festvox-aec
# Date created:                 2000-06-12
# Whom:                 Trevor Johnson
# based on the NetBSD port
#
# $NetBSD: Makefile,v 1.16 2003/04/10 01:28:05 grant Exp $
# $FreeBSD$
#

PORTNAME=   festvox_aec
PORTVERSION=    2.0
CATEGORIES= audio accessibility
MASTER_SITES=   ${MASTER_SITE_FESTIVAL_OGI}
DISTNAME=   voice_aec_di-2.0
DIST_SUBDIR=    festival

MAINTAINER= trevor@FreeBSD.org
COMMENT=    American English male voice for Festival speech synthesis system

RUN_DEPENDS=    festival:${PORTSDIR}/audio/festival \
 ${LOCALBASE}/share/festival/lib/dicts/ogi_lex.out:${PORTSDIR}/audio/festlex-ogi

AECDIR=     share/festival/lib/voices/english/aec_diphone
FHOME=      ${PREFIX}/share/festival
NO_BUILD=   y
PLIST=      ${WRKDIR}/plist
RESTRICTED= "no commercial use"
WRKSRC=     ${WRKDIR}/festival

post-extract:
    ${CHMOD} -R a+r ${WRKSRC}
    ${FIND} ${WRKSRC} -type d -print0 | ${XARGS} ${CHMOD} 755
    ${FIND} ${WRKSRC} -type d -name CVS | ${XARGS} ${RM} -fr

pre-install:
    ${RM} -f ${PLIST}
.for ii in _diphone.scm diph.msec gain.dat
    ${ECHO_CMD} ${AECDIR}/festvox/aec${ii} >> ${PLIST}
.endfor
    ${ECHO_CMD} ${AECDIR}/group/aec_di_resLPC.group >> ${PLIST}
.for ii in /group /festvox /
    ${ECHO_CMD} @dirrm ${AECDIR}${ii} >> ${PLIST}
.endfor

do-install:
    ${MKDIR} ${FHOME}
    cd ${WRKSRC} && ${CP} -pPR * ${FHOME}

.include <bsd.port.mk>