aboutsummaryrefslogtreecommitdiffstats
path: root/x11-drivers
diff options
context:
space:
mode:
authorjbeich <jbeich@FreeBSD.org>2015-09-16 18:27:05 +0800
committerjbeich <jbeich@FreeBSD.org>2015-09-16 18:27:05 +0800
commit272273a07b747d3ae8e42ebb50c5f1b7f1af57bd (patch)
tree2840853f06c7dc543b06fe97553a005a7009a712 /x11-drivers
parent9ac48dc552612b9cec8fac2b05b70600d3b54e37 (diff)
downloadfreebsd-ports-gnome-272273a07b747d3ae8e42ebb50c5f1b7f1af57bd.tar.gz
freebsd-ports-gnome-272273a07b747d3ae8e42ebb50c5f1b7f1af57bd.tar.zst
freebsd-ports-gnome-272273a07b747d3ae8e42ebb50c5f1b7f1af57bd.zip
x11-drivers/xf86-input-wacom: switch to lighter libudev workaround
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-input-wacom/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-drivers/xf86-input-wacom/Makefile b/x11-drivers/xf86-input-wacom/Makefile
index 2dc6bf0cdf5f..2685a2cae07c 100644
--- a/x11-drivers/xf86-input-wacom/Makefile
+++ b/x11-drivers/xf86-input-wacom/Makefile
@@ -19,6 +19,7 @@ USE_XORG= xrandr xinerama
XORG_CAT= driver
USE_RC_SUBR= wacom
SUB_FILES= pkg-message
+CONFIGURE_ENV= UDEV_CFLAGS=" " UDEV_LIBS=" "
CONFIGURE_ARGS= --without-systemd-unit-dir \
--without-udev-rules-dir \
--without-doxygen
@@ -32,7 +33,7 @@ TEST_CONFIGURE_ENABLE=unit-tests
TEST_ALL_TARGET=check
post-patch:
- @${REINPLACE_CMD} -e 's/as_fn_error.*udev/${TRUE} &/' \
+ @${REINPLACE_CMD} \
-e 's/dir=.*xorg-server/& \
--define-variable prefix="$$prefix"/' \
${WRKSRC}/configure