Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166908891
D40942.id124364.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.id124364.diff
View Options
Index: editors/sam/Makefile
===================================================================
--- editors/sam/Makefile
+++ editors/sam/Makefile
@@ -1,5 +1,6 @@
PORTNAME= sam
DISTVERSION= g20230103
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= flo@purplekraken.com
Index: editors/sam/files/patch-libXg_gwin.c
===================================================================
--- /dev/null
+++ 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
Tue, Aug 18, 5:01 PM (16 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36900974
Default Alt Text
D40942.id124364.diff (1 KB)
Attached To
Mode
D40942: editors/sam: Fix build on 32-bit architectures
Attached
Detach File
Event Timeline
Log In to Comment