mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
- Fix with gnome-2.28
PR: 141216 Submitted by: Gustau Pérez <gustau.perez@gmail.com>
This commit is contained in:
parent
efd93db37d
commit
46c4e0a5e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246097
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= avant-window-navigator
|
||||
PORTVERSION= 0.3.2.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://launchpadlibrarian.net/26374006/ \
|
||||
http://mirror.amdmi3.ru/distfiles/
|
||||
|
14
x11/avant-window-navigator/files/patch-libawn-settings.c
Normal file
14
x11/avant-window-navigator/files/patch-libawn-settings.c
Normal file
@ -0,0 +1,14 @@
|
||||
|
||||
--- libawn/awn-settings.old.c 2009-12-05 08:14:18.000000000 +0000
|
||||
+++ libawn/awn-settings.c 2009-12-05 08:14:31.000000000 +0000
|
||||
@@ -139,7 +139,7 @@
|
||||
|
||||
AwnSettings *s = NULL;
|
||||
|
||||
- s = g_new(AwnSettings, 1);
|
||||
+ s = g_new0(AwnSettings, 1);
|
||||
|
||||
settings = s;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user