diff options
author | Juergen Lock <nox@FreeBSD.org> | 2011-07-01 17:51:38 +0000 |
---|---|---|
committer | Juergen Lock <nox@FreeBSD.org> | 2011-07-01 17:51:38 +0000 |
commit | cc3efda6500fce35ad4059d9e496e7e97c33eb3a (patch) | |
tree | 47aa82e361a61f96681cbcce8c47f8f92447606e /multimedia/libxine | |
parent | 1ed942006f87fefb7937f12e8cf945a84f3c7f15 (diff) |
Notes
Diffstat (limited to 'multimedia/libxine')
-rw-r--r-- | multimedia/libxine/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/multimedia/libxine/Makefile b/multimedia/libxine/Makefile index c192ad194d50..43301bfc0af6 100644 --- a/multimedia/libxine/Makefile +++ b/multimedia/libxine/Makefile @@ -97,6 +97,11 @@ PATCH_DIST_ARGS= -d ${WRKSRC} -p1 --forward --quiet .include <bsd.port.options.mk> +# Fix build WITH_DEBUG +.if defined(WITH_DEBUG) +DEBUG_FLAGS= -g -O1 +.endif + .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" |