]> err.no Git - sope/commitdiff
OpenBSD linking (#1497)
authorhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 26 Jul 2005 11:57:10 +0000 (11:57 +0000)
committerhelge <helge@e4a50df8-12e2-0310-a44c-efbce7f8a7e3>
Tue, 26 Jul 2005 11:57:10 +0000 (11:57 +0000)
git-svn-id: http://svn.opengroupware.org/SOPE/trunk@937 e4a50df8-12e2-0310-a44c-efbce7f8a7e3

sope-gdl1/GDLContentStore/ChangeLog
sope-gdl1/GDLContentStore/GNUmakefile.preamble
sope-gdl1/GDLContentStore/Version

index 13cb1b3cc88edd5b7765c9d0908b03073250f269..a02ec312163b28350633f7c13e6bed40d9a48789 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-23  Sebastian Reitenbach  <reitenbach@rapideye.de>
+
+       * GNUmakefile.preamble: added OpenBSD linking flags (v4.5.34)
+
 2005-07-13  Helge Hess  <helge.hess@opengroupware.org>
 
        * GCSFolder.h: added -versionOfContentWithName: method to header file
index cfa2406bded246dc4b272f8bcb32d5ad9e8308be..5ebdee602965e11b4a5dbc75b4513797d9d1d88c 100644 (file)
@@ -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
index c5585b34c0932f083e7079e5114d8133a2aed579..003b64ee362b70e6bd8dab209a6b0cd8d1da08bd 100644 (file)
@@ -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