FreeBSD Bugzilla – Attachment 64853 Details for
Bug 96290
devel/yasm - add WITHOUT_NLS knob; take maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
yasm.diff
yasm.diff (text/plain), 757 bytes, created by
Shaun Amott
on 2006-04-24 23:20:16 UTC
(
hide
)
Description:
yasm.diff
Filename:
MIME Type:
Creator:
Shaun Amott
Created:
2006-04-24 23:20:16 UTC
Size:
757 bytes
patch
obsolete
>diff -urN yasm.orig/Makefile yasm/Makefile >--- yasm.orig/Makefile Tue Nov 15 06:49:06 2005 >+++ yasm/Makefile Mon Apr 24 22:41:57 2006 >@@ -11,17 +11,22 @@ > CATEGORIES= devel lang > MASTER_SITES= http://www.tortall.net/projects/yasm/releases/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= shaun@inerd.com > COMMENT= A complete rewrite of the NASM assembler > >-USE_REINPLACE= yes > USE_ICONV= yes > USE_AUTOTOOLS= autoconf:259 libltdl:15 >-USE_GETTEXT= yes > GNU_CONFIGURE= yes > CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \ > LDFLAGS="-L${LOCALBASE}/lib" > INSTALLS_SHLIB= yes >+ >+.if defined(WITHOUT_NLS) >+CONFIGURE_ARGS+=--disable-nls >+.else >+USE_GETTEXT= yes >+.endif >+ > .if !defined(NOPORTDOCS) > INSTALL_TARGET= install install-man > MAN1= yasm.1
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 96290
: 64853