freebsd-ports/x11-toolkits/xview/files/patch-clients-props-l10n_read.c
Cy Schubert 6d0e01a6a1 Update 3.2p1-X11R6 --> 3.2p1.4-19c
This fixes cmdtool and shelltool terminal handling and utmpx issues under
9.0.
2012-02-08 06:54:54 +00:00

11 lines
359 B
C

--- clients/props/l10n_read.c.orig 2012-02-07 19:44:47.873072262 -0800
+++ clients/props/l10n_read.c 2012-02-07 19:54:04.282770082 -0800
@@ -25,7 +25,7 @@
#define ITEM_SEPARATOR ';'
-#if !defined(__linux__) && !defined(__CYGWIN__)
+#if !defined(__linux__) && !defined(__CYGWIN__) && !defined(__FreeBSD__)
#ifndef ultrix
extern char *malloc();
#endif