Enable debug info to make OTP's xref(3) module work.

This commit is contained in:
Jimmy Olgeni 2006-07-18 19:39:03 +00:00
parent ee0c62d79d
commit 1cb49c544b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=168165
2 changed files with 15 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= yaws
PORTVERSION= 1.64
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://yaws.hyber.org/download/

View file

@ -0,0 +1,14 @@
$FreeBSD$
--- src/Makefile.orig
+++ src/Makefile
@@ -3,7 +3,7 @@
ifeq ($(TYPE),debug)
DEBUG_FLAGS = -Ddebug +debug_info
else
-DEBUG_FLAGS =
+DEBUG_FLAGS = +debug_info
endif
include ../vsn.mk