aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2009-08-02 18:58:58 +0800
committerlwhsu <lwhsu@FreeBSD.org>2009-08-02 18:58:58 +0800
commit4d3b78e9590ba067c3fd985c3bed330a10a71610 (patch)
tree13e1ead067109a3e38a517acaf3a070ef7bfeadb /lang
parentf6f7f19448e29cb2ad36e1e5ce54e0ad58cc0a35 (diff)
downloadfreebsd-ports-4d3b78e9590ba067c3fd985c3bed330a10a71610.tar.gz
freebsd-ports-4d3b78e9590ba067c3fd985c3bed330a10a71610.tar.zst
freebsd-ports-4d3b78e9590ba067c3fd985c3bed330a10a71610.zip
- Fix build with WITH_SEM but ${OSVERSION} < 701106 (mark IGNORE correctly)
PR: ports/136992 Submitted by: Andrey Zonov <andrey.zonov AT gmail.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/python26/Makefile1
-rw-r--r--lang/python27/Makefile1
2 files changed, 0 insertions, 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 "