summaryrefslogtreecommitdiff
path: root/graphics/libgii/patches/patch-ab
blob: 6705b0e7886c5fc339e9774ccbc3e1abe2f44b94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
$NetBSD: patch-ab,v 1.4 2003/04/06 15:42:47 wiz Exp $

--- input/xwin/Makefile.am.orig	Sat Jul  7 21:55:49 2001
+++ input/xwin/Makefile.am
@@ -11,10 +11,13 @@
 
 inputlibdir = ${libdir}/${ggi_subdir}/input
 
-xev.c:	../x/xev.c
+xev.c:	../x/xev.c ../x/xev.h
 	rm -f xev.c
 	ln -s ../x/xev.c .
+	rm -f xev.h
+	ln -s ../x/xev.h .
 
+# Workaround for Darwin
 xev.lo:
 	rm -f xev.lo
 	ln -s ../x/xev.lo .