1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00

www/otter-browser: Add upstream patch for hunspell detection.

Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10467
This commit is contained in:
Tobias C. Berner 2017-04-23 20:13:36 +00:00
parent 1aec207a3a
commit fb7a3d91b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=439257
2 changed files with 23 additions and 1 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= otter-browser
PORTVERSION= 0.9.12
DISTVERSIONPREFIX= v
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= www
MAINTAINER= kde@FreeBSD.org

View File

@ -0,0 +1,22 @@
From 8b5934e3aff890b8111d72eff258c6c922985ade Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20Dutkiewicz?= <emdeck@gmail.com>
Date: Fri, 10 Feb 2017 19:39:33 +0100
Subject: [PATCH] Look for Hunspell 1.6
---
cmake/FindHunspell.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmake/FindHunspell.cmake b/cmake/FindHunspell.cmake
index 8aeaf8d..de0dfdd 100644
--- cmake/FindHunspell.cmake
+++ cmake/FindHunspell.cmake
@@ -12,7 +12,7 @@ IF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES)
ENDIF (HUNSPELL_INCLUDE_DIR AND HUNSPELL_LIBRARIES)
FIND_PATH(HUNSPELL_INCLUDE_DIR hunspell/hunspell.hxx)
-FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell)
+FIND_LIBRARY(HUNSPELL_LIBRARIES NAMES hunspell-1.6 hunspell-1.5 hunspell-1.4 hunspell-1.3 hunspell)
# handle the QUIETLY and REQUIRED arguments and set HUNSPELL_FOUND to TRUE if
# all listed variables are TRUE