mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
- Upstream now prefers GraphViz for layouts, but OGDF can still be optionally used instead if needed - GC patches and sed(1)-based fixups that had been merged upstream - Use official program spelling (QVGE) in the port description
31 lines
654 B
Text
31 lines
654 B
Text
--- config.pri.orig 2020-11-09 05:38:47 UTC
|
|
+++ config.pri
|
|
@@ -6,7 +6,7 @@
|
|
# It can be used freely, maintaining the information above.
|
|
|
|
#CONFIG += USE_OGDF
|
|
-CONFIG += USE_GVGRAPH
|
|
+#CONFIG += USE_GVGRAPH
|
|
#CONFIG += USE_BOOST
|
|
|
|
|
|
@@ -15,8 +15,8 @@ USE_OGDF{
|
|
DEFINES += USE_OGDF
|
|
|
|
# system-specific OGDF setup
|
|
- OGDF_LIB_NAME = ogdf
|
|
- OGDF_LIB_PATH =
|
|
+ OGDF_LIB_NAME = OGDF
|
|
+ OGDF_LIB_PATH = /usr/local/lib # must not be empty
|
|
OGDF_INCLUDE_PATH = /usr/share/ogdf/include
|
|
}
|
|
|
|
@@ -49,7 +49,7 @@ gcc{
|
|
|
|
# common config
|
|
QT += core gui widgets xml opengl network printsupport svg
|
|
-CONFIG += c++14
|
|
+CONFIG += c++11
|
|
|
|
|
|
# output
|