diff options
author | arved <arved@FreeBSD.org> | 2010-07-03 03:42:43 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2010-07-03 03:42:43 +0800 |
commit | f5ae9ad4747427962fcca6512b670da7fa5fd050 (patch) | |
tree | a4417395ae9209e57e98c460f42b444e2ab7e503 /graphics/gsculpt | |
parent | 21fd81f1f687548a0bb06d8080455837b3acfe2c (diff) | |
download | freebsd-ports-gnome-f5ae9ad4747427962fcca6512b670da7fa5fd050.tar.gz freebsd-ports-gnome-f5ae9ad4747427962fcca6512b670da7fa5fd050.tar.zst freebsd-ports-gnome-f5ae9ad4747427962fcca6512b670da7fa5fd050.zip |
Unbreak by removing -Werror
Feature safe: yes
Diffstat (limited to 'graphics/gsculpt')
-rw-r--r-- | graphics/gsculpt/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/gsculpt/Makefile b/graphics/gsculpt/Makefile index e3bcdfbbc4ed..589b956d27f6 100644 --- a/graphics/gsculpt/Makefile +++ b/graphics/gsculpt/Makefile @@ -20,8 +20,6 @@ LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/gtkgl/__init__.py:${PORTSDIR}/x11-toolkits/py-gtkglext \ ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-opengl -BROKEN= does not compile - WRKSRC= ${WRKDIR}/gSculpt-${PORTVERSION}-alpha USE_SCONS= yes SCONS_BUILDENV= ${SCONS_ENV} @@ -44,7 +42,7 @@ post-patch: @${REINPLACE_CMD} -e "s|prefix = os.path.join( '/usr', 'local' )|prefix='${PREFIX}'|; \ s|'bin', 'gSculpt'|'${PYTHONPREFIX_SITELIBDIR}'|;" \ ${WRKSRC}/SConstruct-install - @${REINPLACE_CMD} -e "s|-O2|-O1\|-O2|;" \ + @${REINPLACE_CMD} -e "s|-O2|-O1\|-O2|;s|'-Werror',||" \ ${WRKSRC}/SConstruct .if ${ARCH} != "i386" @${REINPLACE_CMD} -e "s|, '-DGSCULPT_FPU_X86'||;" \ |