- Fix build on FreeBSD 5.X

PR:		115212
Submitted by:	Marcus von Appen <mva@sysfault.org> (maintainer)
This commit is contained in:
Martin Wilke 2007-08-05 21:28:25 +00:00
parent 320a355a59
commit 98984e4ae6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=197175
2 changed files with 12 additions and 0 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= emelfm2
PORTVERSION= 0.3.5
PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= http://www.emelfm2.net/rel/ \
http://freebsd.unixfreunde.de/sources/

View file

@ -0,0 +1,11 @@
--- src/e2_fileview.h.orig Sat Nov 4 14:39:08 2006
+++ src/e2_fileview.h Sat Nov 4 14:39:26 2006
@@ -21,6 +21,7 @@
#ifndef E2_FILEVIEW_H
#define E2_FILEVIEW_H
+#include <pthread.h>
#include "emelfm2.h"
#ifdef E2_VFS