1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00
freebsd-ports/graphics/xsane/files/patch-src_xsane.h
Kris Moore 43aed8923a - Fix to use "xdg-open" for the browser, instead of "netscape"
- Bump PORTREV

PR: 171554
Submitted by: Dru Lavigne <dru@FreeBSD.org>
Approved by: Maintainer timeout
2012-10-01 15:32:11 +00:00

12 lines
295 B
C

--- src/xsane.h.o 2012-10-01 11:12:56.549589382 -0400
+++ src/xsane.h 2012-10-01 11:12:40.660589178 -0400
@@ -251,7 +251,7 @@
# elif defined(HAVE_OS2_H)
# define DEFAULT_BROWSER "netscape"
# else
-# define DEFAULT_BROWSER "netscape"
+# define DEFAULT_BROWSER "xdg-open"
# endif
#endif