7fc448eeda
DESCR: SOGo is a groupware server built around OpenGroupware.org (OGo) and the SOPE application server, with a focus on scalability. It provides the usual groupware functionality as E-Mail, Calendaring, and Contacts management. Not yet linking it to the build, fixing last few things in the tree. OK landry@, sthen@
18 lines
706 B
Plaintext
18 lines
706 B
Plaintext
$OpenBSD: patch-SOPE_NGCards_GNUmakefile_preamble,v 1.1.1.1 2010/11/24 18:16:03 sebastia Exp $
|
|
|
|
decouple the sope version number from the library interface number.
|
|
|
|
--- SOPE/NGCards/GNUmakefile.preamble.orig Sun Sep 26 16:34:31 2010
|
|
+++ SOPE/NGCards/GNUmakefile.preamble Sun Sep 26 16:34:59 2010
|
|
@@ -4,8 +4,8 @@ SOPE_ROOT=../..
|
|
|
|
ADDITIONAL_CPPFLAGS += \
|
|
-Wall -DCOMPILE_FOR_GSTEP_MAKE=1 \
|
|
- -DSOPE_MAJOR_VERSION=$(MAJOR_VERSION) \
|
|
- -DSOPE_MINOR_VERSION=$(MINOR_VERSION) \
|
|
+ -DSOPE_MAJOR_VERSION=$(SOPE_MAJOR_VERSION) \
|
|
+ -DSOPE_MINOR_VERSION=$(SOPE_MINOR_VERSION) \
|
|
-DSOPE_SUBMINOR_VERSION=$(SUBMINOR_VERSION)
|
|
|
|
ADDITIONAL_INCLUDE_DIRS += \
|