From: helge Date: Tue, 26 Jul 2005 11:57:10 +0000 (+0000) Subject: OpenBSD linking (#1497) X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07be459fd5197ba0f5868637752c38392721616b;p=sope OpenBSD linking (#1497) git-svn-id: http://svn.opengroupware.org/SOPE/trunk@937 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-gdl1/GDLContentStore/ChangeLog b/sope-gdl1/GDLContentStore/ChangeLog index 13cb1b3c..a02ec312 100644 --- a/sope-gdl1/GDLContentStore/ChangeLog +++ b/sope-gdl1/GDLContentStore/ChangeLog @@ -1,3 +1,7 @@ +2005-07-23 Sebastian Reitenbach + + * GNUmakefile.preamble: added OpenBSD linking flags (v4.5.34) + 2005-07-13 Helge Hess * GCSFolder.h: added -versionOfContentWithName: method to header file diff --git a/sope-gdl1/GDLContentStore/GNUmakefile.preamble b/sope-gdl1/GDLContentStore/GNUmakefile.preamble index cfa2406b..5ebdee60 100644 --- a/sope-gdl1/GDLContentStore/GNUmakefile.preamble +++ b/sope-gdl1/GDLContentStore/GNUmakefile.preamble @@ -30,3 +30,7 @@ ifeq ($(FOUNDATION_LIB),apple) libGDLContentStore_PREBIND_ADDR="0xC7700000" libGDLContentStore_LDFLAGS += -seg1addr $(libGDLContentStore_PREBIND_ADDR) endif + +ifeq ($(findstring openbsd3, $(GNUSTEP_HOST_OS)), openbsd3) +GCS_TOOL_LIBS += -liconv +endif diff --git a/sope-gdl1/GDLContentStore/Version b/sope-gdl1/GDLContentStore/Version index c5585b34..003b64ee 100644 --- a/sope-gdl1/GDLContentStore/Version +++ b/sope-gdl1/GDLContentStore/Version @@ -2,7 +2,7 @@ MAJOR_VERSION:=4 MINOR_VERSION:=5 -SUBMINOR_VERSION:=33 +SUBMINOR_VERSION:=34 # v4.5.29 requires libNGExtensions v4.5.161 # v4.5.26 does not require libNGiCal anymore