pkgsrc/x11/xcursorgen/patches/patch-aa
tron e4d5aa3116 Import new "xcursorgen" package:
Create an X cursor file from a collection of PNG images
2003-03-08 08:25:30 +00:00

13 lines
440 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2003/03/08 08:25:31 tron Exp $
--- handhelds/Imakefile.orig 2003-02-28 14:19:21.000000000 +0100
+++ handhelds/Imakefile 2003-03-08 08:49:40.000000000 +0100
@@ -11,7 +11,7 @@
all:: name @@\
@@\
name: name.cfg CursorSources(name) @@\
- $(XCURSORGEN) -p $(PNGDIR) name.cfg name @@\
+ ../xcursorgen -p $(PNGDIR) name.cfg name @@\
@@\
clean:: @@\
$(RM) name @@\