summaryrefslogtreecommitdiff
path: root/x11-drivers
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
parent- Fix url (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')
-rw-r--r--x11-drivers/input-wacom/Makefile2
-rw-r--r--x11-drivers/input-wacom/files/patch-linuxwacom-run_configure6
2 files changed, 7 insertions, 1 deletions
diff --git a/x11-drivers/input-wacom/Makefile b/x11-drivers/input-wacom/Makefile
index 327211583a2b..84e56c98c42f 100644
--- a/x11-drivers/input-wacom/Makefile
+++ b/x11-drivers/input-wacom/Makefile
@@ -7,7 +7,7 @@
PORTNAME= input-wacom
PORTVERSION= ${KLD_VERSION}.${WACOM_VERSION:C/-/./g}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11-drivers kld
MASTER_SITES= http://www.chillt.de/bsdwacom/ \
SF
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"