patch-config_mk 823 B

1234567891011121314151617181920212223242526272829
  1. $OpenBSD: patch-config_mk,v 1.2 2009/03/06 08:54:22 jasper Exp $
  2. --- config.mk.orig Sun Aug 12 12:14:42 2007
  3. +++ config.mk Wed Oct 29 14:46:43 2008
  4. @@ -6,8 +6,8 @@
  5. # Set the C compiler to use, and options for it.
  6. # This is likely to be what you'll want for most systems:
  7. #
  8. -CC=gcc
  9. -CFLAGS=-O2 -Wall
  10. +#CC=gcc
  11. +#CFLAGS=-O2 -Wall
  12. # Set the awk interpreter to use for a script used while compiling.
  13. # (This should be a `new' awk, such as gawk or mawk.)
  14. @@ -24,10 +24,10 @@ AWK=awk
  15. # MANDIR to directory for man page.
  16. # Usually it will be simpler to just set PREFIX.
  17. #
  18. -PREFIX=/usr/local
  19. +#PREFIX=/usr/local
  20. BINDIR=$(PREFIX)/bin
  21. -INFODIR=$(PREFIX)/share/info
  22. -MANDIR=$(PREFIX)/share/man/man1
  23. +INFODIR=$(PREFIX)/info
  24. +MANDIR=$(PREFIX)/man/man1
  25. # -------------------- Miscellaneous options -----------------------