diff options
author | pav <pav@FreeBSD.org> | 2009-04-10 07:10:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-04-10 07:10:19 +0800 |
commit | ee98805371c92cb91273e66c8e14323414ab2af4 (patch) | |
tree | 7266607f61252bc4bf26c9fe541b924d8ce92382 /x11-drivers | |
parent | c9a404d00b6afde8c5171c59ca4bdc3bbfefc4ce (diff) | |
download | freebsd-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')
-rw-r--r-- | x11-drivers/input-wacom/Makefile | 2 | ||||
-rw-r--r-- | x11-drivers/input-wacom/files/patch-linuxwacom-run_configure | 6 |
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" |