svn commit: r434180 - head/textproc/py-ltxml
Tijl Coosemans
tijl at FreeBSD.org
Wed Feb 15 15:07:49 UTC 2017
Author: tijl
Date: Wed Feb 15 15:07:48 2017
New Revision: 434180
URL: https://svnweb.freebsd.org/changeset/ports/434180
Log:
Remove -fPIC. The problem was in textproc/ltxml.
Modified:
head/textproc/py-ltxml/Makefile
Modified: head/textproc/py-ltxml/Makefile
==============================================================================
--- head/textproc/py-ltxml/Makefile Wed Feb 15 14:57:37 2017 (r434179)
+++ head/textproc/py-ltxml/Makefile Wed Feb 15 15:07:48 2017 (r434180)
@@ -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>
More information about the svn-ports-all
mailing list