openbsd-ports/cad/fritzing/patches/patch-phoenix_pro
2011-08-19 07:58:00 +00:00

23 lines
797 B
Plaintext

$OpenBSD: patch-phoenix_pro,v 1.5 2011/08/19 07:58:00 jasper Exp $
- Don't build everything twice, just once takes long enough already.
- Remove bundled boost and use the system-wide version instead.
--- phoenix.pro.orig Thu Aug 18 15:56:40 2011
+++ phoenix.pro Fri Aug 19 09:43:00 2011
@@ -31,7 +31,7 @@
# QTPLUGIN += qjpeg qsqlite
-CONFIG += debug_and_release
+CONFIG += release
win32 {
# release build using msvc 2010 needs to use Multi-threaded (/MT) for the code generation/runtime library option
# release build using msvc 2010 needs to add msvcrt.lib;%(IgnoreSpecificDefaultLibraries) to the linker/no default libraries option
@@ -96,4 +96,4 @@ RESOURCES += phoenixresources.qrc
TARGET = Fritzing
TEMPLATE = app
-
+INCLUDEPATH += ${LOCALBASE}/include/boost/