svn commit: r434113 - head/graphics/py-soya3d

Tijl Coosemans tijl at FreeBSD.org
Tue Feb 14 15:02:20 UTC 2017


Author: tijl
Date: Tue Feb 14 15:02:19 2017
New Revision: 434113
URL: https://svnweb.freebsd.org/changeset/ports/434113

Log:
  Remove -fPIC.  The problem was in devel/ode.

Modified:
  head/graphics/py-soya3d/Makefile

Modified: head/graphics/py-soya3d/Makefile
==============================================================================
--- head/graphics/py-soya3d/Makefile	Tue Feb 14 14:49:11 2017	(r434112)
+++ head/graphics/py-soya3d/Makefile	Tue Feb 14 15:02:19 2017	(r434113)
@@ -3,7 +3,7 @@
 
 PORTNAME=	soya3d
 PORTVERSION=	0.14
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics python
 MASTER_SITES=	http://download.gna.org/soya/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +14,9 @@ DIST_SUBDIR=	python
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Very high level 3D engine for Python
 
-BUILD_DEPENDS=	${LOCALBASE}/lib/libode.a:devel/ode \
-		${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
-LIB_DEPENDS=	libcal3d.so:graphics/cal3d \
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow
+LIB_DEPENDS=	libode.so:devel/ode \
+		libcal3d.so:graphics/cal3d \
 		libfreetype.so:print/freetype2
 RUN_DEPENDS=	${PYTHON_SITELIBDIR}/editobj/editor.py:graphics/py-editobj \
 		${PYTHON_SITELIBDIR}/tofu/client.py:net/py-tofu \
@@ -27,8 +27,6 @@ USE_GL=		glew glu
 USE_PYTHON=	autoplist distutils
 USE_SDL=	sdl
 
-CFLAGS_aarch64=	-fPIC
-CFLAGS_amd64=	-fPIC
 LDFLAGS+=	-L${LOCALBASE}/lib -lGLU
 
 SOYATUTVER=	0.14


More information about the svn-ports-head mailing list