openbsd-ports/x11/openmotif/patches/patch-clients_uil_UilDefI_h
sthen 6b69e3097d Update to Motif 2.3.4, which is now released under LGPLv2.1.
"Motif 2.3.4 is an updated version of Open Motif 2.3 and is a major
bug fix release."

Keeping current package naming (openmotif) for now.
Feedback from pascal@ naddy@
2012-10-28 11:05:44 +00:00

13 lines
484 B
Plaintext

$OpenBSD: patch-clients_uil_UilDefI_h,v 1.2 2012/10/28 11:05:45 sthen Exp $
--- clients/uil/UilDefI.h.orig Mon Oct 22 15:50:39 2012
+++ clients/uil/UilDefI.h Wed Oct 24 21:19:42 2012
@@ -270,7 +270,7 @@ extern char* uil_mmove(char*, char*, int);
#include "UilIODef.h"
#include "UilDiagDef.h"
#include "UilSarDef.h"
-#if defined(linux) || defined(__APPLE__)
+#if defined(linux) || defined(__APPLE__) || defined(__OpenBSD__)
#define YYSTYPE yystype
#endif
#include "UilLexPars.h"