From 272273a07b747d3ae8e42ebb50c5f1b7f1af57bd Mon Sep 17 00:00:00 2001 From: jbeich Date: Wed, 16 Sep 2015 10:27:05 +0000 Subject: x11-drivers/xf86-input-wacom: switch to lighter libudev workaround --- x11-drivers/xf86-input-wacom/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'x11-drivers/xf86-input-wacom/Makefile') 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 -- cgit