Advertisement
Guest User

omniORB-nativesdk.patch

a guest
May 20th, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. --- omniORB-4.1.4/src/tool/omniidl/cxx/dir.mk 2014-03-18 15:43:50.017855167 +0100
  2. +++ omniORB-4.1.4.new/src/tool/omniidl/cxx/dir.mk 2014-03-18 15:43:26.865856135 +0100
  3. @@ -75,9 +75,10 @@
  4. #CXXDEBUGFLAGS = -g
  5. PYPREFIX := $(shell $(PYTHON) -c 'import sys; sys.stdout.write(sys.exec_prefix)')
  6. PYVERSION := $(shell $(PYTHON) -c 'import sys; sys.stdout.write(sys.version[:3])')
  7. -PYINCDIR := $(PYPREFIX)/include
  8. +#PYINCDIR := $(PYPREFIX)/include
  9. PYINCFILE := "<python$(PYVERSION)/Python.h>"
  10. -DIR_CPPFLAGS += -I$(PYINCDIR) -DPYTHON_INCLUDE=$(PYINCFILE)
  11. +#DIR_CPPFLAGS += -I$(PYINCDIR) -DPYTHON_INCLUDE=$(PYINCFILE)
  12. +DIR_CPPFLAGS += -DPYTHON_INCLUDE=$(PYINCFILE)
  13. endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement