Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Feb 2017 15:02:19 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r434113 - head/graphics/py-soya3d
Message-ID:  <201702141502.v1EF2J0R096873@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702141502.v1EF2J0R096873>