FreeBSD Bugzilla – Attachment 51979 Details for
Bug 78811
Add WITH_DEBUGGING option to lang/perl5.8
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 754 bytes, created by
skv
on 2005-03-14 10:50:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
skv
Created:
2005-03-14 10:50:02 UTC
Size:
754 bytes
patch
obsolete
>--- Makefile.orig Mon Mar 14 13:31:11 2005 >+++ Makefile Mon Mar 14 13:34:37 2005 >@@ -37,7 +37,7 @@ > -Dsiteman3dir=${PREFIX}/lib/perl5/${PERL_VER}/man/man3 \ > -Dsiteman1dir=${PREFIX}/man/man1 \ > -Ui_malloc -Ui_iconv -Uinstallusrbinperl \ >- -Dcc="${CC}" -Doptimize="${CFLAGS}" -Duseshrplib \ >+ -Dcc="${CC}" -Duseshrplib \ > -Dccflags=-DAPPLLIB_EXP=\"${BSDPAN_DEST}\" > LOCALE_CLEANUP= LANG="" LC_ALL="" LC_COLLATE="" LC_CTYPE="" \ > LC_MESSAGES="" LC_MONETARY="" LC_NUMERIC="" \ >@@ -47,6 +47,12 @@ > > .include "Makefile.man" > .include <bsd.port.pre.mk> >+ >+.if defined(WITH_DEBUGGING) >+CONFIGURE_ARGS+= -Doptimize="-g" -DDEBUGGING >+.else >+CONFIGURE_ARGS+= -Doptimize="${CFLAGS}" >+.endif > > .if defined(ENABLE_SUIDPERL) > CONFIGURE_ARGS+= -Dd_dosuid=define
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 78811
: 51979