Fix seg fault on amd64.

PR:		ports/150705
Submitted by:	Fabian Keil <fk@fabiankeil.de>
Reported by:	Richard Frewin <Richard.Frewin@astro.cf.ac.uk>
Feature safe:	yes
This commit is contained in:
Koop Mast 2010-12-01 23:07:20 +00:00
parent 3896033dd8
commit 7e68b176e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265538
2 changed files with 11 additions and 1 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= grip
PORTVERSION= 3.3.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= SF

View file

@ -0,0 +1,10 @@
--- src/tray.c.orig 2005-01-29 19:34:17.000000000 +0100
+++ src/tray.c 2010-12-01 22:20:00.000000000 +0100
@@ -20,6 +20,7 @@
* USA
*/
+#include "common.h"
#include "tray.h"
#include "../pixmaps/rip1.xpm"
#include "../pixmaps/menuplay.xpm"