Enable debug info to make OTP's xref(3) module work.
This commit is contained in:
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
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= yaws
|
||||
PORTVERSION= 1.64
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://yaws.hyber.org/download/
|
||||
|
||||
|
|
14
www/yaws/files/patch-src_Makefile
Normal file
14
www/yaws/files/patch-src_Makefile
Normal 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
|
Loading…
Reference in a new issue