From 90b9fbe594c90430d66621ca5be0bf727f3f85fe Mon Sep 17 00:00:00 2001 From: Antoine Jacoutot Date: Thu, 20 Oct 2011 06:48:37 +0000 Subject: Add more paths to cursorpath, themes can now be installed under /usr/local/share/icons and /usr/local/share/pixmaps. ok matthieu@ --- lib/libXcursor/Makefile.bsd-wrapper | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libXcursor') diff --git a/lib/libXcursor/Makefile.bsd-wrapper b/lib/libXcursor/Makefile.bsd-wrapper index a8eca1271..c3d71cb92 100644 --- a/lib/libXcursor/Makefile.bsd-wrapper +++ b/lib/libXcursor/Makefile.bsd-wrapper @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2008/02/20 22:23:07 matthieu Exp $ +# $OpenBSD: Makefile.bsd-wrapper,v 1.4 2011/10/20 06:48:36 ajacoutot Exp $ SHARED_LIBS= Xcursor 4.0 -CONFIGURE_ARGS+= --with-cursorpath="~/.icons:/usr/local/lib/X11/icons:${X11BASE}/share/icons:${X11BASE}/share/pixmaps" +CONFIGURE_ARGS+= --with-cursorpath="~/.icons:/usr/local/lib/X11/icons:/usr/local/share/icons:/usr/local/share/pixmaps:${X11BASE}/share/icons:${X11BASE}/share/pixmaps" .include -- cgit v1.2.3