diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2017-11-05 19:15:51 +0800 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2017-11-05 19:15:51 +0800 |
commit | 7eb91ea7b932922138de7819721a81c1be7ec17a (patch) | |
tree | 5aebf52934fd67a19290734c3a96f2510aff0bf9 /multimedia/libvdpau | |
parent | 1745a1db5f23f425930592799a4184a88306aed6 (diff) | |
download | freebsd-ports-gnome-7eb91ea7b932922138de7819721a81c1be7ec17a.tar.gz freebsd-ports-gnome-7eb91ea7b932922138de7819721a81c1be7ec17a.tar.zst freebsd-ports-gnome-7eb91ea7b932922138de7819721a81c1be7ec17a.zip |
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
Diffstat (limited to 'multimedia/libvdpau')
-rw-r--r-- | multimedia/libvdpau/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/multimedia/libvdpau/Makefile b/multimedia/libvdpau/Makefile index c4dd39d64845..aa4149ddf9f4 100644 --- a/multimedia/libvdpau/Makefile +++ b/multimedia/libvdpau/Makefile @@ -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 |