qt 3.3.5
This commit is contained in:
parent
d2ebb61f52
commit
d773f15bd7
@ -1,12 +1,12 @@
|
||||
$OpenBSD: patch-configure,v 1.1.1.1 2005/05/19 20:29:58 niallo Exp $
|
||||
--- configure.orig Tue May 3 10:05:02 2005
|
||||
+++ configure Tue May 3 10:25:00 2005
|
||||
$OpenBSD: patch-configure,v 1.2 2005/09/24 00:02:48 espie Exp $
|
||||
--- configure.orig Sat Nov 20 14:05:03 2004
|
||||
+++ configure Sat Sep 24 01:20:20 2005
|
||||
@@ -261,7 +261,7 @@ public:
|
||||
|
||||
s = conf->getenv("QC_WITH_QCA_LIB");
|
||||
if(!s.isEmpty()) {
|
||||
- if(!conf->checkLibrary(s, "qca"))
|
||||
+ if(!conf->checkLibrary(s, "qca -lpthread -lstdc++ -L%%X11BASE%%/lib"))
|
||||
+ if(!conf->checkLibrary(s, "qca -lpthread -lstdc++ -L/usr/X11R6/lib"))
|
||||
return false;
|
||||
lib = s;
|
||||
}
|
||||
|
13
net/psi/patches/patch-src_options_opt_appearance-ui_ui
Normal file
13
net/psi/patches/patch-src_options_opt_appearance-ui_ui
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-src_options_opt_appearance-ui_ui,v 1.1 2005/09/24 00:02:48 espie Exp $
|
||||
--- src/options/opt_appearance-ui.ui.orig Sat Sep 24 01:50:35 2005
|
||||
+++ src/options/opt_appearance-ui.ui Sat Sep 24 01:50:46 2005
|
||||
@@ -458,9 +458,5 @@
|
||||
</tabstops>
|
||||
<layoutdefaults spacing="6" margin="11"/>
|
||||
<includehints>
|
||||
- <includehint>fontlabel.h</includehint>
|
||||
- <includehint>fontlabel.h</includehint>
|
||||
- <includehint>fontlabel.h</includehint>
|
||||
- <includehint>fontlabel.h</includehint>
|
||||
</includehints>
|
||||
</UI>
|
11
net/psi/patches/patch-src_ui_about_ui
Normal file
11
net/psi/patches/patch-src_ui_about_ui
Normal file
@ -0,0 +1,11 @@
|
||||
$OpenBSD: patch-src_ui_about_ui,v 1.1 2005/09/24 00:02:48 espie Exp $
|
||||
--- src/ui_about.ui.orig Sat Sep 24 01:44:47 2005
|
||||
+++ src/ui_about.ui Sat Sep 24 01:44:58 2005
|
||||
@@ -334,7 +334,6 @@ Now that this is out of the way, enjoy P
|
||||
<layoutdefaults spacing="6" margin="11"/>
|
||||
<includehints>
|
||||
<includehint>fancylabel.h</includehint>
|
||||
- <includehint>urllabel.h</includehint>
|
||||
<includehint>psitextview.h</includehint>
|
||||
<includehint>psitextview.h</includehint>
|
||||
<includehint>psitextview.h</includehint>
|
Loading…
Reference in New Issue
Block a user