]> git.pld-linux.org Git - packages/3dwm.git/blame - 3dwm-omniORB4.patch
- s/True Type/TrueType/
[packages/3dwm.git] / 3dwm-omniORB4.patch
CommitLineData
2425bf66
MM
1diff -ur 3dwm-0.3.2/configure.in 3dwm-0.3.2-/configure.in
2--- 3dwm-0.3.2/configure.in Wed Dec 11 11:07:41 2002
3+++ 3dwm-0.3.2-/configure.in Mon Feb 3 20:18:56 2003
4@@ -152,7 +152,7 @@
5 dnl ORB variables
6 ORBCXXFLAGS="-D__OMNIORB3__ -D__x86__ -D__linux__ -D__OSVERSION__=2"
7 ORBOPTFLAGS="-fno-default-inline -fomit-frame-pointer -fnonnull-objects"
8-ORBLIBS="-lomniORB3 -lomnithread -ltcpwrapGK -lomniDynamic3"
9+ORBLIBS="-lomniORB4 -lomnithread -lomniDynamic4"
10 AC_SUBST(ORBCXXFLAGS)
11 AC_SUBST(ORBOPTFLAGS)
12 AC_SUBST(ORBLIBS)
13diff -ur 3dwm-0.3.2/include/Nobel/CORBA.hh 3dwm-0.3.2-/include/Nobel/CORBA.hh
14--- 3dwm-0.3.2/include/Nobel/CORBA.hh Tue Jun 19 00:58:34 2001
15+++ 3dwm-0.3.2-/include/Nobel/CORBA.hh Mon Feb 3 19:55:22 2003
16@@ -42,7 +42,7 @@
17 //using namespace std;
18
19 // -- omniORB Includes
20-#include <omniORB3/CORBA.h>
21+#include <omniORB4/CORBA.h>
22
23 // -- Celsius Includes
24 #include "Celsius/Exception.hh"
This page took 0.155332 seconds and 4 git commands to generate.