aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers/input-wacom/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-04-10 07:10:19 +0800
committerpav <pav@FreeBSD.org>2009-04-10 07:10:19 +0800
commitee98805371c92cb91273e66c8e14323414ab2af4 (patch)
tree7266607f61252bc4bf26c9fe541b924d8ce92382 /x11-drivers/input-wacom/files
parentc9a404d00b6afde8c5171c59ca4bdc3bbfefc4ce (diff)
downloadfreebsd-ports-gnome-ee98805371c92cb91273e66c8e14323414ab2af4.tar.gz
freebsd-ports-gnome-ee98805371c92cb91273e66c8e14323414ab2af4.tar.zst
freebsd-ports-gnome-ee98805371c92cb91273e66c8e14323414ab2af4.zip
- Fix build with xorg-server 1.6
PR: ports/133466 Submitted by: Kalten <kalten@gmx.at> Approved by: Dominic Fandrey <kamikaze@bsdforen.de> (maintainer)
Diffstat (limited to 'x11-drivers/input-wacom/files')
-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"