summaryrefslogtreecommitdiffstats
path: root/devel/mprof
diff options
context:
space:
mode:
authorhsu <hsu@FreeBSD.org>1994-11-22 09:18:27 +0000
committerhsu <hsu@FreeBSD.org>1994-11-22 09:18:27 +0000
commit3ca752d309d519edc9246edcfce8e5536e79a598 (patch)
treec36d301a7ec9fb292ce1b744dfa1e5e848510d66 /devel/mprof
parenta1e19082075ee82c7399cbf8e61aea3d41a879ac (diff)
downloadFreeBSD-ports-3ca752d309d519edc9246edcfce8e5536e79a598.zip
FreeBSD-ports-3ca752d309d519edc9246edcfce8e5536e79a598.tar.gz
Change name of Makefile to Makefile.i386.
Remove /usr/include/frame.h from dependencies in Makefile.i386. Add -static to CFLAGS so 'make tests' will work.
Diffstat (limited to 'devel/mprof')
-rw-r--r--devel/mprof/files/patch-0121
1 files changed, 9 insertions, 12 deletions
diff --git a/devel/mprof/files/patch-01 b/devel/mprof/files/patch-01
index ecc650d9..778235d 100644
--- a/devel/mprof/files/patch-01
+++ b/devel/mprof/files/patch-01
@@ -87,11 +87,11 @@
} *edge, edge_item;
edge
-*** /dev/null Wed Sep 29 11:23:25 1993
---- Makefile Wed Sep 15 23:25:14 1993
+*** /dev/null Tue Nov 22 00:34:22 1994
+--- Makefile.i386 Tue Nov 22 01:03:41 1994
***************
*** 0 ****
---- 1,151 ----
+--- 1,148 ----
+ # %M% %I% %G% %U%
+ # Copyright (c) 1987, Benjamin G. Zorn
+ #
@@ -107,7 +107,7 @@
+ # sun4 ASFLAGS = -P -Dsun4
+ # sun3,vax,mips, i386 ASFLAGS =
+
-+ CFLAGS = -I. -g
++ CFLAGS = -I. -g -static
+ ASFLAGS =
+ BIN = .
+ MPLIB = $(BIN)/libc_mp.a
@@ -231,15 +231,12 @@
+
+
+ ###
-+ leak.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h \
-+ /usr/include/frame.h
++ leak.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h
+ malloc.o: /usr/include/sys/types.h /usr/include/stdio.h
+ mprof.o: /usr/include/stdio.h /usr/include/sys/file.h /usr/include/ctype.h \
+ /usr/include/a.out.h /usr/include/sys/exec.h /usr/include/stab.h \
-+ mprof.h /usr/include/sys/types.h /usr/include/frame.h
++ mprof.h /usr/include/sys/types.h
+ mprof_mon.o: /usr/include/stdio.h /usr/include/sys/file.h mprof.h \
-+ /usr/include/sys/types.h /usr/include/frame.h
-+ mpstruct.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h \
-+ /usr/include/frame.h
-+ mpgraph.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h \
-+ /usr/include/frame.h
++ /usr/include/sys/types.h
++ mpstruct.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h
++ mpgraph.o: /usr/include/stdio.h mprof.h /usr/include/sys/types.h
OpenPOWER on IntegriCloud