pkgsrc/graphics/mgl/patches/patch-aj
wiz d7521f744d Update mgl to 0.2.0a, provided by the maintainer Hiroyuki Yanai in pkg/12409.
Perhaps there's a changelog on the website, but I don't understand
enough japanese for that :(
2001-03-20 13:54:31 +00:00

26 lines
661 B
Text

$NetBSD: patch-aj,v 1.2 2001/03/20 13:54:32 wiz Exp $
--- nine/Makefile.orig Fri Mar 9 20:05:20 2001
+++ nine/Makefile Tue Mar 13 15:19:47 2001
@@ -28,7 +28,7 @@
endif
gesture.h: form.def genform.sh
- ./genform.sh > gesture.h
+ sh ./genform.sh > gesture.h
lex.yy.c : pattern.l
flex -l pattern.l
@@ -37,10 +37,10 @@
endif
pattern.l : form.def genform.sh genpattern.sh
- ./genform.sh -l | \
+ sh ./genform.sh -l | \
sed -e 's/\(return KEYCODE_[^;][^;]*;\)/YY_FLUSH_BUFFER ;\1/g' \
> pattern.txt
- ./genpattern.sh > pattern.l
+ sh ./genpattern.sh > pattern.l
gpnine.so: ${OBJS}
$(SHLIB_LD) $(SHLIB_LDFLAGS) -o gpnine.so ${OBJS} $(LDFLAGS)