1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

Don't modify OPTIONS_DEFAULT from external variables.

Reported by:	mat
> PR:                       If and which Problem Report is related.
> Submitted by:             If someone else sent in the change.
> Reported by:              If someone else reported the issue.
> Reviewed by:              If someone else reviewed your modification.
> Approved by:              If you needed approval for this commit.
> Obtained from:            If the change is from a third party.
> MFC after:                N [day[s]|week[s]|month[s]].  Request a reminder email.
> MFH:                      Ports tree branch name.  Request approval for merge.
> Relnotes:                 Set to 'yes' for mention in release notes.
> Security:                 Vulnerability reference (one per line) or description.
> Sponsored by:             If the change was sponsored by an organization.
> Differential Revision:    https://reviews.freebsd.org/D### (*full* phabric URL needed).
> Empty fields above will be automatically removed.

M    libvdpau/Makefile
This commit is contained in:
Guido Falsi 2017-11-05 11:15:51 +00:00
parent 1745a1db5f
commit 7eb91ea7b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=453536

View File

@ -20,10 +20,6 @@ INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DEBUG
.ifdef WITH_DEBUG
OPTIONS_DEFAULT= DEBUG
.endif
DEBUG_CFLAGS= -D_DEBUG
DEBUG_CFLAGS_OFF= -DNDEBUG