1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

Fix makefile ordering.

Reported by:	mat
This commit is contained in:
Tobias C. Berner 2019-12-07 22:19:30 +00:00
parent 6aeb755be3
commit 78321ca20c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=519244
2 changed files with 9 additions and 9 deletions

View File

@ -10,15 +10,15 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX}
DISTNAME= Python-${PORTVERSION}
DIST_SUBDIR= python
# Resolve sinpi name clash with libm (IEEE-754 violation)
PATCH_SITES= https://github.com/python/cpython/commit/
PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1
MAINTAINER= python@FreeBSD.org
COMMENT= Interpreted object-oriented programming language
LICENSE= PSFL
# Resolve sinpi name clash with libm (IEEE-754 violation)
PATCH_SITES= https://github.com/python/cpython/commit/
PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1
USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
USE_CSTD= c99
PATHFIX_MAKEFILEIN= Makefile.pre.in

View File

@ -10,16 +10,16 @@ PKGNAMESUFFIX= ${PYTHON_SUFFIX}
DISTNAME= Python-${PORTVERSION}
DIST_SUBDIR= python
MAINTAINER= python@FreeBSD.org
COMMENT= Interpreted object-oriented programming language
LICENSE= PSFL
# Resolve sinpi name clash with libm (IEEE-754 violation)
PATCH_SITES= https://github.com/python/cpython/commit/
PATCHFILES= f57cd8288dbe6aba99c057f37ad6d58f8db75350.patch:-p1 \
f9c01a16dae8aa15d264a1937fb589e8598d1c88.patch:-p1
MAINTAINER= python@FreeBSD.org
COMMENT= Interpreted object-oriented programming language
LICENSE= PSFL
USES= cpe ncurses pathfix pkgconfig readline:port shebangfix ssl tar:xz
PATHFIX_MAKEFILEIN= Makefile.pre.in
USE_LDCONFIG= yes