summaryrefslogtreecommitdiff
path: root/devel/py-game/patches/patch-buildconfig_Setup.SDL2.in
blob: 0f16db22d8acca7cb249de20674cd8db35d35f1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-buildconfig_Setup.SDL2.in,v 1.1 2019/06/06 21:46:12 adam Exp $

Disable portmidi/porttime

--- buildconfig/Setup.SDL2.in.orig	2019-06-06 17:28:51.000000000 +0000
+++ buildconfig/Setup.SDL2.in
@@ -7,13 +7,11 @@
 
 
 #--StartConfig
-SDL = -I/usr/include -D_REENTRANT -DSDL2 -lSDL2
+SDL = -D_REENTRANT -DSDL2 -lSDL2
 FONT = -lSDL2_ttf
 IMAGE = -lSDL2_image
 MIXER = -lSDL2_mixer
 SCRAP = -lX11
-PORTMIDI = -lportmidi
-PORTTIME = -lporttime
 FREETYPE = -lfreetype
 #--EndConfig