Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152516626
D20285.id57585.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
918 B
Referenced Files
None
Subscribers
None
D20285.id57585.diff
View Options
Index: head/textproc/topic/Makefile
===================================================================
--- head/textproc/topic/Makefile
+++ head/textproc/topic/Makefile
@@ -11,8 +11,6 @@
LICENSE= BSD2CLAUSE
-BROKEN_powerpc64= Does not build: warning: comparison is always false due to limited range of data type
-
PLIST_FILES= bin/topic \
man/man1/topic.1.gz
do-install:
Index: head/textproc/topic/files/patch-linenoise.c
===================================================================
--- head/textproc/topic/files/patch-linenoise.c
+++ head/textproc/topic/files/patch-linenoise.c
@@ -0,0 +1,11 @@
+--- linenoise.c.orig 2019-05-17 19:45:12 UTC
++++ linenoise.c
+@@ -749,7 +749,7 @@ static int linenoiseEdit(int stdin_fd, int stdout_fd,
+
+ if (write(l.ofd,prompt,l.plen) == -1) return -1;
+ while(1) {
+- char c;
++ signed char c;
+ int nread;
+ char seq[3];
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Apr 16, 11:06 AM (13 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31543195
Default Alt Text
D20285.id57585.diff (918 B)
Attached To
Mode
D20285: textproc/topic: fix build with GCC-based architectures
Attached
Detach File
Event Timeline
Log In to Comment