svn commit: r353156 - head/graphics/tulip

Pietro Cerutti gahr at FreeBSD.org
Wed May 7 14:11:36 UTC 2014


Author: gahr
Date: Wed May  7 14:11:35 2014
New Revision: 353156
URL: http://svnweb.freebsd.org/changeset/ports/353156
QAT: https://qat.redports.org/buildarchive/r353156/

Log:
  - Try to fix the linking problem on the cluster

Modified:
  head/graphics/tulip/Makefile

Modified: head/graphics/tulip/Makefile
==============================================================================
--- head/graphics/tulip/Makefile	Wed May  7 13:29:45 2014	(r353155)
+++ head/graphics/tulip/Makefile	Wed May  7 14:11:35 2014	(r353156)
@@ -25,7 +25,7 @@ USE_GNOME=	libxml2
 USE_PYTHON=	yes
 USE_QT4=	corelib moc_build uic_build rcc_build gui opengl xml network qmake_build \
 		designer assistant assistantclient
-CXXFLAGS+=	-fPIC -I${LOCALBASE}/include -DNDEBUG -g -O0
+CXXFLAGS+=	-fPIC -I${LOCALBASE}/include -DNDEBUG -DOGDF_DLL
 LDFLAGS+=	-L${LOCALBASE}/lib
 CMAKE_ARGS+=	-DPYTHON_INCLUDEDIR:PATH=${PYTHON_INCLUDEDIR} \
     		-DLOCALBASE:PATH=${LOCALBASE} \


More information about the svn-ports-all mailing list