[sword-svn] r3620 - trunk/bindings/corba/omniorbcpp
scribe at crosswire.org
scribe at crosswire.org
Sat May 4 11:50:37 MST 2019
Author: scribe
Date: 2019-05-04 11:50:37 -0700 (Sat, 04 May 2019)
New Revision: 3620
Modified:
trunk/bindings/corba/omniorbcpp/Makefile
Log:
removed benign orbit2 reference
Modified: trunk/bindings/corba/omniorbcpp/Makefile
===================================================================
--- trunk/bindings/corba/omniorbcpp/Makefile 2019-05-04 18:45:27 UTC (rev 3619)
+++ trunk/bindings/corba/omniorbcpp/Makefile 2019-05-04 18:50:37 UTC (rev 3620)
@@ -7,8 +7,7 @@
CFLAGS += $(shell PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig pkg-config --cflags sword)
LIBS += $(shell PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig pkg-config --libs sword)
-#orbit stuff
-CFLAGS += $(shell orbit2-config --cflags)
+#omniORB stuff
CFLAGS += $(shell PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig pkg-config --cflags omniORB4)
CXXFLAGS += $(shell PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig pkg-config --cflags omniORB4)
LIBS += $(shell PKG_CONFIG_PATH=${PREFIX}/lib/pkgconfig pkg-config --libs omniORB4)
More information about the sword-cvs
mailing list