Skip to content

Commit 6859cb9

Browse files
committed
wbxml2: Fix build on SunOS with recent gcc.
1 parent 34cc96b commit 6859cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

textproc/wbxml2/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ GNU_CONFIGURE= yes
1717

1818
PKGCONFIG_OVERRIDE+= libwbxml2.pc.in
1919

20-
CPPFLAGS.SunOS+= -std=c99 -D_XOPEN_SOURCE=600
20+
CPPFLAGS.SunOS+= -std=gnu99 -D_XOPEN_SOURCE=600
2121

2222
pre-configure:
2323
cd ${WRKSRC} && \

0 commit comments

Comments
 (0)