From: Duncan C. <dun...@us...> - 2005-01-28 20:37:51
|
Update of /cvsroot/gtk2hs/gtk2hs/tools/apiGen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15018/tools/apiGen Modified Files: Makefile Log Message: use sed to do the patching rather than an external patch file (which I'd never added to cvs anyway). This time it should work for other people "out of the box". Index: Makefile =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/tools/apiGen/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile 27 Jan 2005 23:10:15 -0000 1.3 +++ Makefile 28 Jan 2005 18:08:46 -0000 1.4 @@ -48,8 +48,7 @@ done; # following fixes borrowed from Gtk# ln -f -s gtkfilechooserprivate.h gtk+-$(GTK_VERSION)/gtk/gtkfilechooserpriv.h - patch -p0 atk-1.6.1/atk/atkhyperlink.h < atkhyperlink.patch - + sed -i 's:( \*link_activated):(\* link_activated):' atk-1.6.1/atk/atkhyperlink.h ############################# # |