1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/cad/irsim/files/patch-ac
Oliver Lehmann 843e0e4906 fix build on CURRENT
bump PORTREVISION
2003-12-09 18:19:06 +00:00

13 lines
368 B
Plaintext

--- src/ana11/Makefile.orig Tue Dec 9 18:41:42 2003
+++ src/ana11/Makefile Tue Dec 9 18:42:45 2003
@@ -34,6 +34,9 @@
$(EXPORTS): $(SRCS)
@echo making $(EXPORTS)
@../utils/export $(SRCS) $(EXPORTS)
+ grep -v PRINTF $(EXPORTS) > $(EXPORTS).tmp
+ echo "extern void PRINTF(char *format, ... );" >> $(EXPORTS).tmp
+ mv $(EXPORTS).tmp $(EXPORTS)
$(SRCS) :
co $@