freebsd-ports/devel/mico/files/patch-examples::Makefile
Daichi GOTO af74ba5d88 fix devel/mico:
- fix and enable lifecycle service
  - WITHOUT_SREVICES=yes to build only ORB
  - fixes to externalize service

PR:		54117
Submitted by:	Sergey Matveychuk <sem@ciam.ru> (maintainer)
2003-07-07 07:24:02 +00:00

21 lines
423 B
Plaintext

--- demo/Makefile.orig Fri Feb 14 13:55:57 2003
+++ demo/Makefile Sun Jul 6 00:26:03 2003
@@ -27,7 +27,7 @@
RUNDIRS = bench dynany interceptor codesets poa obv mcast generic pi
-INST_DIRS = $(DIRS) shlib ssl
+INST_DIRS = $(DIRS) shlib
ifeq ($(HAVE_DYNAMIC), yes)
DIRS := $(DIRS) shlib
@@ -62,7 +62,7 @@
endif
ifeq ($(USE_EXTERN), yes)
-DIRS := $(DIRS) externalize
+DIRS := $(DIRS) externalization
endif