Remove -fPIC. The problem was in textproc/ltxml.
This commit is contained in:
parent
7249f2b66d
commit
19c4e23b3f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434180
1 changed files with 2 additions and 7 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= ltxml
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 4
|
||||
PORTREVISION= 5
|
||||
CATEGORIES= textproc python
|
||||
MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/LTXML/
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
@ -21,9 +21,6 @@ USES= python
|
|||
USE_PYTHON= distutils autoplist
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CFLAGS_aarch64= -fPIC
|
||||
CFLAGS_amd64= -fPIC
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-${PORTNAME}
|
||||
PORTDOCS= 00README
|
||||
|
@ -31,8 +28,6 @@ PORTEXAMPLES= *
|
|||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} \
|
||||
${STAGEDIR}${PYTHON}${PYTHON_SITELIBDIR}/PyLTXML/LTXMLinter.so
|
||||
|
@ -45,4 +40,4 @@ post-install-DOCS-on:
|
|||
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/example/* ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue