Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 May 2014 14:11:36 +0000 (UTC)
From:      Pietro Cerutti <gahr@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r353156 - head/graphics/tulip
Message-ID:  <201405071411.s47EBa8R003271@svn.freebsd.org>

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



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