OpenSDE Packages Database (without history before r20070)
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.

30 lines
1.2 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../file/hotfix.patch.cross
  5. # Copyright (C) 2008 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. There is no rule for FILE_COMPILE when crosscompiling, producing:
  17. make[2]: *** No rule to make target `file', needed by `magic.mgc'. Stop.
  18. --- ./magic/Makefile.in.orig 2008-06-27 22:54:01.000000000 +0300
  19. +++ ./magic/Makefile.in 2008-06-27 22:54:13.000000000 +0300
  20. @@ -566,7 +566,7 @@
  21. uninstall uninstall-am uninstall-pkgdataDATA
  22. -${MAGIC}: $(EXTRA_DIST) $(FILE_COMPILE)
  23. +${MAGIC}: $(EXTRA_DIST)
  24. $(FILE_COMPILE) -C -m $(MAGIC_FRAGMENT_DIR)
  25. @mv $(MAGIC_FRAGMENT_BASE).mgc $@
  26. # Tell versions [3.59,3.63) of GNU make to not export all variables.