Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160330650
D40942.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D40942.diff
View Options
diff --git a/editors/sam/Makefile b/editors/sam/Makefile
--- a/editors/sam/Makefile
+++ b/editors/sam/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sam
DISTVERSION= g20230103
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= flo@purplekraken.com
diff --git a/editors/sam/files/patch-libXg_gwin.c b/editors/sam/files/patch-libXg_gwin.c
new file mode 100644
--- /dev/null
+++ b/editors/sam/files/patch-libXg_gwin.c
@@ -0,0 +1,20 @@
+--- libXg/gwin.c.orig 2023-07-08 20:04:38 UTC
++++ libXg/gwin.c
+@@ -455,7 +455,7 @@ Mouseaction(Widget w, XEvent *e, String *p, Cardinal *
+
+ static void
+ SelCallback(Widget w, XtPointer cldata, Atom *sel, Atom *seltype,
+- XtPointer val, uint64_t *len, int *fmt)
++ XtPointer val, unsigned long *len, int *fmt)
+ {
+ GwinWidget gw = (GwinWidget)w;
+ XTextProperty p = {0};
+@@ -486,7 +486,7 @@ SelCallback(Widget w, XtPointer cldata, Atom *sel, Ato
+
+ static Boolean
+ SendSel(Widget w, Atom *sel, Atom *target, Atom *rtype, XtPointer *ans,
+- uint64_t *anslen, int *ansfmt)
++ unsigned long *anslen, int *ansfmt)
+ {
+ GwinWidget gw = (GwinWidget)w;
+ XTextProperty p = {0};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jun 24, 8:48 AM (22 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34278859
Default Alt Text
D40942.diff (1 KB)
Attached To
Mode
D40942: editors/sam: Fix build on 32-bit architectures
Attached
Detach File
Event Timeline
Log In to Comment