diff options
author | gahr <gahr@FreeBSD.org> | 2014-05-07 22:11:35 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2014-05-07 22:11:35 +0800 |
commit | 0ecf4a6bb6e5c54a90f2fefa7fe347b6bd961195 (patch) | |
tree | f3422dd4b3f77f8f4f88747f2c03ad590e58b7c9 /graphics | |
parent | f7d56b4be970c0f7789094da509cd57aecda53ea (diff) | |
download | freebsd-ports-gnome-0ecf4a6bb6e5c54a90f2fefa7fe347b6bd961195.tar.gz freebsd-ports-gnome-0ecf4a6bb6e5c54a90f2fefa7fe347b6bd961195.tar.zst freebsd-ports-gnome-0ecf4a6bb6e5c54a90f2fefa7fe347b6bd961195.zip |
- Try to fix the linking problem on the cluster
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/tulip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/tulip/Makefile b/graphics/tulip/Makefile index 47bc2218a9a9..3a6a74f0fe77 100644 --- a/graphics/tulip/Makefile +++ b/graphics/tulip/Makefile @@ -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} \ |