openbsd-ports/devel/mico/patches/patch-demo_services_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
608 B
Plaintext

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