mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
843e0e4906
bump PORTREVISION
13 lines
368 B
Plaintext
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 $@
|