patch-unix_Makefile_in 575 B

123456789101112131415
  1. $OpenBSD: patch-unix_Makefile_in,v 1.1 2011/07/07 14:45:22 jasper Exp $
  2. --- unix/Makefile.in.orig Thu Jul 7 16:27:51 2011
  3. +++ unix/Makefile.in Thu Jul 7 16:27:53 2011
  4. @@ -90,8 +90,8 @@ C_INCLUDE_PATH = @C_INCLUDE_PATH@
  5. # They cannot be placed in conf.h since they indirectly rely on $prefix.
  6. DEFS = \
  7. @DEFS@ \
  8. - -DPOVLIBDIR=\"@datadir@/@PACKAGE@-@VERSION_BASE@\" \
  9. - -DPOVCONFDIR=\"@sysconfdir@/@PACKAGE@/@VERSION_BASE@\" \
  10. + -DPOVLIBDIR=\"@povlibdir@\" \
  11. + -DPOVCONFDIR=\"@sysconfdir@/@PACKAGE@/\" \
  12. -DPOVCONFDIR_BACKWARD=\"@sysconfdir@\"
  13. DEPDIR = @DEPDIR@