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.

37 lines
1.3 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../xfig/gcc-4.0.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE 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. --- xfig.3.2.4/u_fonts.h.vanilla 2005-09-02 17:50:09.000000000 +0000
  17. +++ xfig.3.2.4/u_fonts.h 2005-09-02 17:51:13.000000000 +0000
  18. @@ -32,9 +32,6 @@
  19. extern int psfontnum();
  20. extern int latexfontnum();
  21. -extern struct _xfstruct x_fontinfo[], x_backup_fontinfo[];
  22. -extern struct _fstruct ps_fontinfo[];
  23. -extern struct _fstruct latex_fontinfo[];
  24. /* element of linked list for each font
  25. The head of list is for the different font NAMES,
  26. @@ -62,4 +59,9 @@
  27. };
  28. int x_fontnum();
  29. +
  30. +extern struct _xfstruct x_fontinfo[], x_backup_fontinfo[];
  31. +extern struct _fstruct ps_fontinfo[];
  32. +extern struct _fstruct latex_fontinfo[];
  33. +
  34. #endif /* U_FONTS_H */