aboutsummaryrefslogtreecommitdiff
path: root/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-04-09 23:10:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-04-09 23:10:19 +0000
commite16f6ce32f88e45ced47363e51265f73fa989bd9 (patch)
tree7138b9a21fe358f5e1ed931180101475f4344059 /x11-drivers/input-wacom/files/patch-linuxwacom-run_configure
parent41226e0bea031a5b498c458f664f159b12cd3310 (diff)
- Fix build with xorg-server 1.6
PR: ports/133466 Submitted by: Kalten <kalten@gmx.at> Approved by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Notes
Notes: svn path=/head/; revision=231963
Diffstat (limited to 'x11-drivers/input-wacom/files/patch-linuxwacom-run_configure')
-rw-r--r--x11-drivers/input-wacom/files/patch-linuxwacom-run_configure6
1 files changed, 6 insertions, 0 deletions
diff --git a/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure b/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure
index acd35311c258..2f4dccc9f09e 100644
--- a/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure
+++ b/x11-drivers/input-wacom/files/patch-linuxwacom-run_configure
@@ -9,3 +9,9 @@
rm -rf linuxwacom-${LINUXWACOM}
tar xf linuxwacom-${LINUXWACOM}.tar.bz2
+@@ -14,5 +14,5 @@
+ cp files/types.h linuxwacom-${LINUXWACOM}/src/xdrv/asm
+ cp files/input.h linuxwacom-${LINUXWACOM}/src/xdrv/linux
+ cd linuxwacom-${LINUXWACOM}
+-./configure --with-linux=yes --with-tcl=/usr/local/include/tcl8.4 --with-tk=/usr/local/include/tk8.4 --prefix=${PREFIX} --enable-dlloader CFLAGS="-I/usr/local/include"
++./configure --with-linux=yes --with-tcl=/usr/local/include/tcl8.4 --with-tk=/usr/local/include/tk8.4 --prefix=${PREFIX} --enable-dlloader CFLAGS="-I/usr/local/include -DWCM_XORG_XSERVER_1_6=true"