diff --git a/net/psi/patches/patch-src_src_pro b/net/psi/patches/patch-src_src_pro new file mode 100644 index 00000000000..1810b9e6966 --- /dev/null +++ b/net/psi/patches/patch-src_src_pro @@ -0,0 +1,29 @@ +$OpenBSD: patch-src_src_pro,v 1.1 2005/06/03 06:02:37 sturm Exp $ +--- src/src.pro.orig Thu Jun 2 15:24:37 2005 ++++ src/src.pro Thu Jun 2 15:25:11 2005 +@@ -17,12 +17,6 @@ MOC_DIR = .moc + OBJECTS_DIR = .obj + UI_DIR = .ui + +-# qconf +-unix: { +- include(../conf.pri) +- include(../extra.pri) +-} +- + # qxml + !isEmpty(QXML_STATIC) { + unix: { +@@ -42,6 +36,12 @@ exists(../cutestuff) { + PSICS_CPP = ../cutestuff + } + include(../psics.pri) ++ ++# qconf ++unix: { ++ include(../conf.pri) ++ include(../extra.pri) ++} + + # qca + #DEFINES += QCA_STATIC