openbsd-ports/devel/mico/patches/patch-demo_obv_Makefile
landry 94b2505ecb Unbreak mico on gcc4 archs by updating it to 2.3.13.
- remove commented out FLAVORS, and merge ssl FLAVOR into main package
- build regress tests (not everything is working, but at least they're here)
- add native-connect:permit to systrace.filter, idl absolutely wants to
  connect to the nearest dns server during build. Gross.
- remove shitload of now unneeded patches
- some tweaks from ajacoutot@/jasper@

Build-tested on :
- gcc3 archs: arm (fails) by sthen@, alpha by naddy@, mips64 by jasper@
- gcc4 archs: sparc64/amd64/macppc by my$self
ok jasper@
2010-09-22 08:42:53 +00:00

14 lines
555 B
Plaintext

--- demo/obv/Makefile.orig Fri Jul 25 15:41:41 2008
+++ demo/obv/Makefile Mon Sep 13 21:10:56 2010
@@ -16,7 +16,7 @@ clean:
rm -f *.o core *~ .depend
install:
- $(IDIRCMD) $(INSTDIR)/doc/mico/examples/obv
- $(ISRCCMD) Makefile $(INSTDIR)/doc/mico/examples/obv
- $(ISRCCMD) README $(INSTDIR)/doc/mico/examples/obv
+ $(IDIRCMD) $(SHARED_INSTDIR)/doc/mico/examples/obv
+ $(ISRCCMD) Makefile $(SHARED_INSTDIR)/doc/mico/examples/obv
+ $(ISRCCMD) README $(SHARED_INSTDIR)/doc/mico/examples/obv
for i in $(DIRS); do $(MAKE) -C $$i install || exit 1; done