mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
15 lines
200 B
Plaintext
15 lines
200 B
Plaintext
|
|
$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
|