1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/net/kpopup/files/patch-kpopup_misc.h
Tilman Keskinoz b4a43d2cf3 Fix path to smbclient
PR:		51817
Submitted by:	Thierry Thomas <thierry@pompo.net>
Approved by:	maintainer
2003-05-07 14:19:44 +00:00

12 lines
379 B
C

--- ./kpopup/misc.h.orig Sun Aug 26 17:44:03 2001
+++ ./kpopup/misc.h Mon May 5 09:47:04 2003
@@ -20,7 +20,7 @@
#include "kpopup.h"
#undef DEBUG
-#define SMBPATH "/usr/bin" //Path of smbclient
+#define SMBPATH "%%LOCALBASE%%/bin" //Path of smbclient
#define TMPPOPUPFILE "/tmp/kpopup-message"
#define SETSIG(sig, fun, fla) sa.sa_handler = fun; \
sa.sa_flags = fla; \