From af509f97c92ef8cecd1471fbd766809e32f90b83 Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Sun, 2 Aug 2009 10:58:58 +0000 Subject: [PATCH] - Fix build with WITH_SEM but ${OSVERSION} < 701106 (mark IGNORE correctly) PR: ports/136992 Submitted by: Andrey Zonov --- lang/python26/Makefile | 1 - lang/python27/Makefile | 1 - 2 files changed, 2 deletions(-) diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 471c86118f27..dcfd155e23ac 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -66,7 +66,6 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-setup.py SEM_MSG= "" .else IGNORE= POSIX semaphore support only works in FreeBSD 7-STABLE and later -. .endif # ${OSVERSION} >= 701106 .else # !defined(WITH_SEM) SEM_MSG= "@comment " diff --git a/lang/python27/Makefile b/lang/python27/Makefile index 471c86118f27..dcfd155e23ac 100644 --- a/lang/python27/Makefile +++ b/lang/python27/Makefile @@ -66,7 +66,6 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-setup.py SEM_MSG= "" .else IGNORE= POSIX semaphore support only works in FreeBSD 7-STABLE and later -. .endif # ${OSVERSION} >= 701106 .else # !defined(WITH_SEM) SEM_MSG= "@comment "