FreeBSD Bugzilla – Attachment 119882 Details for
Bug 162565
devel/pcre: link pcretest with libreadline
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
pcre-readline.patch
pcre-readline.patch (text/plain), 657 bytes, created by
Alexey Degtyarev
on 2011-11-14 16:10:07 UTC
(
hide
)
Description:
pcre-readline.patch
Filename:
MIME Type:
Creator:
Alexey Degtyarev
Created:
2011-11-14 16:10:07 UTC
Size:
657 bytes
patch
obsolete
>diff -Nru pcre.orig/Makefile pcre/Makefile >--- pcre.orig/Makefile 2011-11-09 15:25:32.000000000 +0000 >+++ pcre/Makefile 2011-11-14 15:09:13.000000000 +0000 >@@ -19,7 +19,8 @@ > LICENSE= BSD > LICENSE_FILE= ${WRKSRC}/LICENCE > >-OPTIONS= JIT "Enable Just-In-Time compiling support" on >+OPTIONS= JIT "Enable Just-In-Time compiling support" on \ >+ READLINE "Link pcretest with libreadline" on > > USE_BZIP2= yes > GNU_CONFIGURE= yes >@@ -34,6 +35,12 @@ > CONFIGURE_ARGS+= --disable-jit > .endif > >+.if defined(WITH_READLINE) >+LICENSE+= GPLv3 >+LICENSE_COMB= multi >+CONFIGURE_ARGS+= --enable-pcretest-libreadline >+.endif >+ > .if !defined(NOPORTDOCS) > PORTDOCS= * > .endif
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 162565
: 119882