diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2009-08-02 18:58:58 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2009-08-02 18:58:58 +0800 |
commit | 4d3b78e9590ba067c3fd985c3bed330a10a71610 (patch) | |
tree | 13e1ead067109a3e38a517acaf3a070ef7bfeadb /lang/python27 | |
parent | f6f7f19448e29cb2ad36e1e5ce54e0ad58cc0a35 (diff) | |
download | freebsd-ports-gnome-4d3b78e9590ba067c3fd985c3bed330a10a71610.tar.gz freebsd-ports-gnome-4d3b78e9590ba067c3fd985c3bed330a10a71610.tar.zst freebsd-ports-gnome-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/python27')
-rw-r--r-- | lang/python27/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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 " |