FreeBSD Bugzilla – Attachment 173310 Details for
Bug 210820
lang/python27: _ssl.so fails to build (Undefined symbol "SSLv2_method")
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
ncurses.mk.diff
ncurses.mk.diff (text/plain), 925 bytes, created by
Mathieu Arnold
on 2016-08-05 12:03:28 UTC
(
hide
)
Description:
ncurses.mk.diff
Filename:
MIME Type:
Creator:
Mathieu Arnold
Created:
2016-08-05 12:03:28 UTC
Size:
925 bytes
patch
obsolete
>diff --git Mk/Uses/ncurses.mk Mk/Uses/ncurses.mk >index 37d046d..f5e42e4 100644 >--- Mk/Uses/ncurses.mk >+++ Mk/Uses/ncurses.mk >@@ -48,8 +48,6 @@ check-depends-ncurses: > @${FALSE} > . endif > >-NCURSESRPATH= /usr/lib:${LOCALBASE}/lib >- > .elif ${ncurses_ARGS} == port > NCURSESBASE= ${LOCALBASE} > NCURSESINC= ${LOCALBASE}/include/ncurses >@@ -77,15 +75,15 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libncurses.so.${NCURSES_SHLIBVER}:${NCURSES_PO > RUN_DEPENDS+= ${LOCALBASE}/lib/libncurses.so.${NCURSES_SHLIBVER}:${NCURSES_PORT} > NCURSESRPATH= ${NCURSESBASE}/lib > >+.if defined(NCURSES_RPATH) >+CFLAGS+= -Wl,-rpath,${NCURSESRPATH} >+.endif >+LDFLAGS+= -Wl,-rpath=${NCURSESRPATH} >+ > .else > .error USES=ncurses only accept 'port' and 'base' as arguments, got ${ncurses_ARGS} > .endif > > NCURSESLIB= ${NCURSESBASE}/lib > >-.if defined(NCURSES_RPATH) >-CFLAGS+= -Wl,-rpath,${NCURSESRPATH} >-.endif >-LDFLAGS+= -Wl,-rpath=${NCURSESRPATH} >- > .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 210820
:
172103
|
172553
| 173310