From eaad0eb0905feb9dd18d57568283a1947a05585b Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Mon, 7 Aug 2006 11:12:38 +0000 Subject: [PATCH] - I was wrong in my assumption. 'const' is needed only in CURRENT. Reported by: Simun Mikecin --- devel/gsoap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile index 9f6afcd1b146..156803be3310 100644 --- a/devel/gsoap/Makefile +++ b/devel/gsoap/Makefile @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS= i386 amd64 .include -.if ${OSVERSION} < 500000 +.if ${OSVERSION} < 700000 CONST= .else CONST= const