Skip to content

Commit

Permalink
x11/libXcursor: Avoid duplicates in cursor search path
Browse files Browse the repository at this point in the history
The cursor search path extrapolated by the configure script contains
duplicated paths. Work around this by providing the full correct
search path to configure via --with-cursorpath

PR:		273806, 273744
Reviewed by:	arrowd
Approved by:	x11 (manu)
  • Loading branch information
madpilot78 committed Sep 25, 2023
1 parent 7453fb4 commit ffd7b6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x11/libXcursor/Makefile
@@ -1,5 +1,6 @@
PORTNAME= libXcursor
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= x11

MAINTAINER= x11@FreeBSD.org
Expand All @@ -14,7 +15,8 @@ USE_XORG= xrender x11 xfixes xorgproto
CPE_VENDOR= x
CPE_PRODUCT= libxcursor

CONFIGURE_ARGS= --with-icondir=${PREFIX}/share/icons
CONFIGURE_ARGS= --with-icondir=${PREFIX}/share/icons \
--with-cursorpath="~/.local/share/icons:~/.icons:${PREFIX}/share/icons:${PREFIX}/share/pixmaps"
INSTALL_TARGET= install-strip

.include <bsd.port.mk>

0 comments on commit ffd7b6b

Please sign in to comment.