1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/x11/slim/files/patch-panel.cpp
Edwin Groothuis 6ed17593f3 [NEW PORT] x11/slim - a login manager derived from login.app
SLiM is a desktop-independent graphical login manager for
	X11, derived from Login.app by Per Liden.

	It aims to be light and simple, although completely
	configurable through themes and an option file; is suitable
	for machines on which remote login functionalities are not
	needed.

	Author: Simone Rota and Johannes Winkelmann
	WWW: http://slim.berlios.de/

PR:		ports/91511
Submitted by:	Tobias Roth <ports@fsck.ch>
2006-01-08 21:48:57 +00:00

11 lines
192 B
C++

--- panel.cpp.orig Thu May 19 22:46:22 2005
+++ panel.cpp Thu May 19 22:47:12 2005
@@ -10,6 +10,7 @@
*/
#include <sstream>
+#include <libgen.h>
#include "panel.h"
using namespace std;