openbsd-ports/www/sogo/patches/patch-SoObjects_SOGo_GNUmakefile
sebastia 6973928532 Update SOGo to 1.3.6.
People upgrading from 1.3.4 or earlier need a new configuration default called
OCSSessionsFolderURL. See the packages README for more details.

OK jasper@, sthen@
2011-04-22 05:36:12 +00:00

16 lines
470 B
Plaintext

$OpenBSD: patch-SoObjects_SOGo_GNUmakefile,v 1.2 2011/04/22 05:36:12 sebastia Exp $
Separate SOGo Version from library interface version.
--- SoObjects/SOGo/GNUmakefile.orig Fri Apr 8 19:44:28 2011
+++ SoObjects/SOGo/GNUmakefile Tue Apr 19 11:24:03 2011
@@ -6,7 +6,7 @@ include ../../Version
FRAMEWORK_NAME = SOGo
-SOGo_INSTALL_DIR = $(SOGO_LIBDIR)
+SOGo_INSTALL_DIR = $(SOGO_FRAMEWORKDIR)
SOGo_VERSION=$(MAJOR_VERSION).$(MINOR_VERSION).$(SUBMINOR_VERSION)