View | Details | Raw Unified | Return to bug 191465
Collapse All | Expand All

(-)files/patch-Makefile (-3 / +11 lines)
Lines 1-6 Link Here
1
--- Makefile.orgi	2013-02-05 23:13:54.375834807 +0800
1
--- Makefile.orig	2004-07-19 00:19:55.000000000 -0500
2
+++ Makefile	2013-02-05 23:14:13.106833334 +0800
2
+++ Makefile	2014-06-28 12:12:21.620114627 -0500
3
@@ -34,6 +34,7 @@
3
@@ -34,10 +34,15 @@
4
 SHLIB_MINOR=	0
4
 SHLIB_MINOR=	0
5
 
5
 
6
 NOPROFILE=	yes
6
 NOPROFILE=	yes
Lines 8-10 Link Here
8
 
8
 
9
 DPADD=		${LIBM}
9
 DPADD=		${LIBM}
10
 LDADD=		-lm
10
 LDADD=		-lm
11
 
12
+.if (${MACHINE_CPUARCH} == "amd64")
13
+CFLAGS+=	-fno-omit-frame-pointer
14
+.endif
15
+
16
 #WARNS?=	4
17
 
18
 #stacktraverse.c: gen.py

Return to bug 191465