aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/lesstif
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/lesstif')
-rw-r--r--x11-toolkits/lesstif/Makefile2
-rw-r--r--x11-toolkits/lesstif/files/patch-VendorSP.h17
2 files changed, 18 insertions, 1 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile
index ad95f6fb6e38..02f15b41e733 100644
--- a/x11-toolkits/lesstif/Makefile
+++ b/x11-toolkits/lesstif/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lesstif
PORTVERSION= 0.95.0
-PORTREVISION= 4
+PORTREVISION= 5
PORTEPOCH= 2
CATEGORIES= x11-toolkits
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
diff --git a/x11-toolkits/lesstif/files/patch-VendorSP.h b/x11-toolkits/lesstif/files/patch-VendorSP.h
new file mode 100644
index 000000000000..110ed8dc3544
--- /dev/null
+++ b/x11-toolkits/lesstif/files/patch-VendorSP.h
@@ -0,0 +1,17 @@
+--- include/Motif-2.1/Xm/VendorSP.h.BAD 2006-08-30 11:00:30.000000000 -0500
++++ include/Motif-2.1/Xm/VendorSP.h 2006-08-30 11:00:47.000000000 -0500
+@@ -28,12 +28,13 @@
+
+ #include <Xm/XmP.h>
+ #include <Xm/VendorS.h>
+-#include <X11/ShellP.h>
+
+ #ifdef __cplusplus
+ extern "C" {
+ #endif
+
++#include <X11/ShellP.h>
++
+ XMLIBEXPORT extern Cardinal _XmFilterResources(XtResource *resources,
+ Cardinal numResources,
+ WidgetClass filterClass,