FreeBSD Bugzilla – Attachment 129726 Details for
Bug 173775
[PATCH] audio/aften optionsng
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.83 KB, created by
Chris Petrik
on 2012-11-21 21:50:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Chris Petrik
Created:
2012-11-21 21:50:00 UTC
Size:
1.83 KB
patch
obsolete
>Index: aften/Makefile >=================================================================== >--- aften/Makefile (revision 305743) >+++ aften/Makefile (working copy) >@@ -1,9 +1,5 @@ >-# New ports collection makefile for: aften >-# Date created: April 3, 2010 >-# Whom: Gabor Zahemszky <Gabor@Zahemszky.HU> >-# >+# Created by: Gabor Zahemszky <Gabor@Zahemszky.HU> > # $FreeBSD$ >-# > > PORTNAME= aften > PORTVERSION= 0.0.8 >@@ -22,24 +18,26 @@ > USE_CMAKE= yes > CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX:STRING="${PREFIX}" > >-OPTIONS= SHARED_LIB "Build with shared library" off \ >- CXX_BINDINGS "Build with C++ bindings" off \ >- DOUBLE "Use double precision" off >+OPTIONS_DEFINE= SHARED_LIB CXX_BINDINGS DOUBLE > >-.include <bsd.port.pre.mk> >+SHARED_LIB_DESC= Build with shared library >+CXX_BINDINGS_DESC= Build with C++ bindings >+DOUBLE_DESC= Use double precision > >-.if defined(WITH_SHARED_LIB) >+.include <bsd.port.options.mk> >+ >+.if ${PORT_OPTIONS:MWITH_SHARED_LIB} > CMAKE_ARGS+= -DSHARED:BOOL=ON > .endif > >-.if defined(WITH_CXX_BINDINGS) >+.if ${PORT_OPTIONS:MCXX_BINDINGS} > CMAKE_ARGS+= -DBINDINGS_CXX:BOOL=ON > PLIST_SUB+= CXX="" > .else > PLIST_SUB+= CXX="@comment " > .endif > >-.if defined(WITH_SHARED_LIB) || defined(WITH_CXX_BINDINGS) >+.if ${PORT_OPTIONS:MWITH_SHARED_LIB} || ${PORT_OPTIONS:MCXX_BINDINGS} > PLIST_SUB+= PORTVERSION="${PORTVERSION}" > PLIST_SUB+= LIBS="" > USE_LDCONFIG= yes >@@ -47,7 +45,7 @@ > PLIST_SUB+= LIBS="@comment " > .endif > >-.if defined(WITH_DOUBLE) >+.if ${PORT_OPTIONS:MDOUBLE} > CMAKE_ARGS+= -DDOUBLE:BOOL=ON > .endif > >@@ -55,4 +53,4 @@ > @${MKDIR} ${BUILDDIR} > @cd ${BUILDDIR}; ${SETENV} ${CMAKE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} .. > >-.include <bsd.port.post.mk> >+.include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 173775
: 129726