]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/omnievents/files/omniidl-cross.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / omnievents / files / omniidl-cross.patch
1 --- omniEvents-2_6_1/config.mk.in       2004-11-16 18:04:42.000000000 -0500
2 +++ omniEvents-2_6_1.new/config.mk.in   2005-03-29 08:38:08.023579809 -0500
3 @@ -65,8 +65,12 @@
4  ## IDL compiler.
5  ##
6
7 +ifndef IDL
8  IDL         := @IDL@
9 +endif
10 +ifndef IDL_COS_DIR
11  IDL_COS_DIR := @IDL_COS_DIR@
12 +endif
13  IDLFLAGS     = -bcxx  # <--- backend selection should be omniidl's first option.
14  IDLFLAGS    += -Wba -Wbh='.hh' -Wbs='.cc' -Wbd='DynSK.cc' -WbBOA -Wbuse_quotes
15  IDLFLAGS    += -I$(IDL_COS_DIR)/COS
16