mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
590 B

  1. --- ./expat/expat.patch.orig 2005-05-23 13:57:24.000000000 +0200
  2. +++ ./expat/expat.patch 2005-05-23 14:04:34.000000000 +0200
  3. @@ -66,8 +66,8 @@
  4. ! #
  5. ! #*************************************************************************
  6. ! target:
  7. -! +cd xmltok && $(MAKE) $(MFLAGS) $(CALLMACROS)
  8. -! +cd xmlparse && $(MAKE) $(MFLAGS) $(CALLMACROS)
  9. +! +cd xmltok && $(DMAKE) $(MFLAGS) $(CALLMACROS)
  10. +! +cd xmlparse && $(DMAKE) $(MFLAGS) $(CALLMACROS)
  11. *** misc/expat/xmlparse/makefile.mk Mon Apr 29 18:59:16 2002
  12. --- misc/build/expat/xmlparse/makefile.mk Mon Apr 29 17:49:05 2002
  13. ***************