patch-configure 1.1 KB

12345678910111213141516171819202122
  1. $OpenBSD: patch-configure,v 1.6 2016/11/02 10:14:14 giovanni Exp $
  2. --- configure.orig Sun Sep 4 22:40:17 2016
  3. +++ configure Sun Sep 4 22:42:24 2016
  4. @@ -1,4 +1,4 @@
  5. -#!/bin/sh
  6. +#!${TRUEPREFIX}/bin/bash
  7. #
  8. # Note: When adding make options to this script, ensure that the source still
  9. @@ -370,9 +370,9 @@ genConfigMake() {
  10. cfgwrite "FHS_INSTALL_ROOT:=$ARG_PREFIX"
  11. cfgwrite ""
  12. cfgwrite "SOPE_SYSLIBDIR=\${DESTDIR}\${FHS_INSTALL_ROOT}/\$(CGS_LIBDIR_NAME)"
  13. - cfgwrite "SOPE_LIBDIR=\${SOPE_SYSLIBDIR}/sope-\${MAJOR_VERSION}.\${MINOR_VERSION}"
  14. + cfgwrite "SOPE_LIBDIR=\${SOPE_SYSLIBDIR}/sope-\${SOPE_MAJOR_VERSION}.\${SOPE_MINOR_VERSION}"
  15. cfgwrite "SOPE_SYSSHAREDIR=\${DESTDIR}\${FHS_INSTALL_ROOT}/share"
  16. - cfgwrite "SOPE_SHAREDIR=\${SOPE_SYSSHAREDIR}/sope-\${MAJOR_VERSION}.\${MINOR_VERSION}"
  17. + cfgwrite "SOPE_SHAREDIR=\${SOPE_SYSSHAREDIR}/sope-\${SOPE_MAJOR_VERSION}.\${SOPE_MINOR_VERSION}"
  18. cfgwrite "SOPE_DBADAPTORS=\${SOPE_LIBDIR}/dbadaptors"
  19. cfgwrite "SOPE_PRODUCTS=\${SOPE_LIBDIR}/products"
  20. cfgwrite "SOPE_SAXDRIVERS=\${SOPE_LIBDIR}/saxdrivers"