summaryrefslogtreecommitdiff
path: root/lib/libXcursor
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2008-02-20 22:23:08 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2008-02-20 22:23:08 +0000
commit1bf6dbb5fbb8b519203ae8496e5a8778233d0043 (patch)
treee568338863984f134696f2af2845f28a2a397c94 /lib/libXcursor
parent39f3bde0c2be2560b995ba516ba80378ff8f6f0f (diff)
Include /usr/local/lib/X11/icons in the default cursor search path.
Diffstat (limited to 'lib/libXcursor')
-rw-r--r--lib/libXcursor/Makefile.bsd-wrapper4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libXcursor/Makefile.bsd-wrapper b/lib/libXcursor/Makefile.bsd-wrapper
index f1c08c489..a8eca1271 100644
--- a/lib/libXcursor/Makefile.bsd-wrapper
+++ b/lib/libXcursor/Makefile.bsd-wrapper
@@ -1,5 +1,7 @@
-# $OpenBSD: Makefile.bsd-wrapper,v 1.2 2007/03/15 23:00:47 matthieu Exp $
+# $OpenBSD: Makefile.bsd-wrapper,v 1.3 2008/02/20 22:23:07 matthieu Exp $
SHARED_LIBS= Xcursor 4.0
+CONFIGURE_ARGS+= --with-cursorpath="~/.icons:/usr/local/lib/X11/icons:${X11BASE}/share/icons:${X11BASE}/share/pixmaps"
+
.include <bsd.xorg.mk>