ports/173778: [PATCH] audio/clunk optionsng
Chris Petrik
c.petrik.sosa at gmail.com
Wed Nov 21 22:00:23 UTC 2012
>Number: 173778
>Category: ports
>Synopsis: [PATCH] audio/clunk optionsng
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Nov 21 22:00:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: Chris Petrik
>Release:
>Organization:
na
>Environment:
>Description:
OptionsNG Changes
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: clunk/Makefile
===================================================================
--- clunk/Makefile (revision 305743)
+++ clunk/Makefile (working copy)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: clunk
-# Date created: 05 Aug 2009
-# Whom: Dmitry Marakasov <amdmi3 at FreeBSD.org>
-#
+# Created by: Dmitry Marakasov <amdmi3 at FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= clunk
PORTVERSION= 1.2.130
@@ -20,11 +16,11 @@
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
-OPTIONS= SIMD "Enable SIMD support (SSE)" off
+OPTIONS_DEFINE= SIMD
.include <bsd.port.options.mk>
-.if defined(WITH_SIMD)
+.if ${PORT_OPTIONS:MSIMD}
CMAKE_ARGS+= -DWITH_SSE:BOOL=TRUE
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list