diff options
author | Max Khon <fjoe@FreeBSD.org> | 2007-11-24 19:58:44 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2007-11-24 19:58:44 +0000 |
commit | d1130a417598e0ea617b4aae740389a51cd6a654 (patch) | |
tree | 03a1f5ea2de5903e6e68f870508a9bf3d62a1a84 /x11-toolkits/wxgtk26-unicode | |
parent | Fix plist. (diff) |
Fix coredump: use gtk_border_free() insead of g_free()
for freeing border objects. The change exists in wxgtk 2.8 and later.
PR: 118202
Submitted by: Henrik Gulbrandsen
Approved by: portmgr (linimon)
Diffstat (limited to 'x11-toolkits/wxgtk26-unicode')
-rw-r--r-- | x11-toolkits/wxgtk26-unicode/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/wxgtk26-unicode/Makefile b/x11-toolkits/wxgtk26-unicode/Makefile index 3f05d87a3480..e26f46518c7e 100644 --- a/x11-toolkits/wxgtk26-unicode/Makefile +++ b/x11-toolkits/wxgtk26-unicode/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTREVISION= 3 +PORTREVISION= 4 MAINTAINER= fjoe@FreeBSD.org COMMENT= The wxWidgets GUI toolkit (Unicode) |