ports/dns/maradns/files/patch-build_Makefile.freebsd
Mathieu Arnold 204d9a6d6f Update to 2.0.13.
PR:		203810
Sponsored by:	Absolight
2015-10-16 14:19:00 +00:00

12 lines
420 B
Text

--- build/Makefile.freebsd.orig 2012-02-12 06:04:11 UTC
+++ build/Makefile.freebsd
@@ -47,7 +47,8 @@ all:
cd ../qual ; make $(M) ; cd ../server ; \
make $(M) $(Q) COMPILED=\"$(COMPILED)\" $(V) ; \
cd ../tools ; make $(M) ; \
- cd ../deadwood-*/src/ ; make FLAGS="-O2"; \
+ cd misc ; make $(M) ; \
+ cd ../../deadwood-*/src/ ; make FLAGS="-O2"; \
cd ../../tcp ; make $(M) $(V) ; cat ../00README.FIRST
debug: