pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/37849: devel/liboil build failure on OpenBSD 4.2/i386
>Number: 37849
>Category: pkg
>Synopsis: devel/liboil build failure on OpenBSD 4.2/i386
>Confidential: no
>Severity: critical
>Priority: low
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Wed Jan 23 11:15:00 +0000 2008
>Originator: Charlie
>Release: none
>Organization:
>Environment:
OpenBSD 4.2/i386
>Description:
cc -DHAVE_CONFIG_H -I. -I.. -Wall -D_BSD_SOURCE -D_GNU_SOURCE -O2 -MT
liboil_0.3_la-liboilcpu.lo -MD -MP -MF .deps/liboil_0.3_la-liboilcpu.Tpo -c
liboilcpu.c -fPIC -DPIC -o .libs/liboil_0.3_la-liboilcpu.o
liboilcpu.c:601:6: #if with no expression
*** Error code 1
>How-To-Repeat:
>Fix:
${LOCALPATCHES}/devel/liboil/patch-aa
--- liboil/liboilcpu.c.orig Wed Jan 23 14:18:37 2008
+++ liboil/liboilcpu.c Wed Jan 23 14:30:14 2008
@@ -598,7 +598,7 @@
/* Solaris is OK */
#elif defined(__NetBSD__)
/* NetBSD is OK */
-#elif
+#else
/* If we don't know that the operating system supports SSE, don't trust that
* it will properly support it.
Home |
Main Index |
Thread Index |
Old Index