patch-settings_cc 434 B

123456789101112131415161718
  1. $OpenBSD: patch-settings_cc,v 1.1 2017/06/04 11:45:31 sthen Exp $
  2. Cope with ghostscript pre-9.16. If updating GS, this patch is likely to
  3. trigger a failure and should be removed.
  4. Index: settings.cc
  5. --- settings.cc.orig
  6. +++ settings.cc
  7. @@ -83,7 +83,7 @@ const bool havegl=false;
  8. mode_t mask;
  9. string systemDir=ASYMPTOTE_SYSDIR;
  10. -string defaultEPSdriver="eps2write";
  11. +string defaultEPSdriver="epswrite";
  12. #ifndef __MSDOS__