1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/www/vimb-gtk3/files/patch-src_config.h
Thomas Zander 672cbd9720 Update to upstream version 2.10; Refactor to master/slave ports
PR:		203839
Submitted by:	mike.d.ft402@gmail.com (maintainer)
Reviewed by:	riggs
2015-10-26 18:39:15 +00:00

21 lines
749 B
C

--- src/config.h.orig 2015-06-13 15:29:55 UTC
+++ src/config.h
@@ -27,7 +27,7 @@
/* highlight search results */
#define FEATURE_SEARCH_HIGHLIGHT
/* disable scrollbars */
-#define FEATURE_NO_SCROLLBARS
+/*#define FEATURE_NO_SCROLLBARS*/
/* show page title in url completions */
#define FEATURE_TITLE_IN_COMPLETION
/* enable the read it later queue */
@@ -63,7 +63,7 @@
#define SHOWCMD_LEN 10
/* parh to crt file for the certificate validation */
-#define SETTING_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
+#define SETTING_CA_BUNDLE "/usr/local/share/certs/ca-root-nss.crt"
#define SETTING_MAX_CONNS 25
#define SETTING_MAX_CONNS_PER_HOST 5
/* default font size for fonts in webview */