openbsd-ports/devel/mico/patches/patch-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

12 lines
387 B
Plaintext

$OpenBSD: patch-Makefile,v 1.2 2010/09/22 08:42:53 landry Exp $
--- Makefile.orig Tue Sep 14 08:44:43 2010
+++ Makefile Tue Sep 14 08:44:58 2010
@@ -79,7 +79,6 @@ install:
$(IDIRCMD) $(SHARED_INSTDIR)/doc/mico; \
$(IMANCMD) doc/doc.ps $(SHARED_INSTDIR)/doc/mico/manual.ps; \
fi
- $(LDCONFIG)
install-cd:
for i in $(INSTALLDIRS); do $(MAKE) -C $$i install-cd || exit 1; done