Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166988827
D22794.id65587.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D22794.id65587.diff
View Options
Index: textproc/aspell/Makefile
===================================================================
--- textproc/aspell/Makefile
+++ textproc/aspell/Makefile
@@ -20,7 +20,7 @@
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-dict-dir=${DATADIR} \
--enable-docdir=${DOCSDIR} \
- --enable-curses=ncursesw \
+ --enable-curses=${NCURSES_IMPL} \
--enable-static
USE_LDCONFIG= yes
Index: www/lynx-current/Makefile
===================================================================
--- www/lynx-current/Makefile
+++ www/lynx-current/Makefile
@@ -31,7 +31,7 @@
--enable-ipv6 \
--with-mime-libdir=${PREFIX}/etc \
${ICONV_CONFIGURE_ARG} \
- --with-screen=ncursesw
+ --with-screen=${NCURSES_IMPL}
CPE_VERSION= ${PORTVERSION:C/[pd].+//}
CPE_UPDATE= ${PORTVERSION:E:C/[0-9]+//:S/p/pre./:S/d/dev./}
Index: www/newsboat/Makefile
===================================================================
--- www/newsboat/Makefile
+++ www/newsboat/Makefile
@@ -145,7 +145,7 @@
@${REINPLACE_CMD} -e 's,fail "ncursesw",true,; s,fail "libcrypto",true,' \
-e 's,fail "libssl",true,' \
${WRKSRC}/config.sh
- @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB} -lcrypto -lncursesw|;s|-Werror||' \
+ @${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB} -lcrypto -l${NCURSES_IMPL}|;s|-Werror||' \
${WRKSRC}/Makefile
post-install:
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Aug 19, 10:19 AM (15 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36928026
Default Alt Text
D22794.id65587.diff (1 KB)
Attached To
Mode
D22794: Provide a new macro NCURSES_IMPL
Attached
Detach File
Event Timeline
Log In to Comment