File: tools-configure.ac.patch

package info (click to toggle)
stardict 3.0.7%2Bgit20220909%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,624 kB
  • sloc: cpp: 82,891; ansic: 3,908; xml: 3,023; makefile: 1,261; python: 943; sh: 840; javascript: 467; perl: 223
file content (21 lines) | stat: -rw-r--r-- 693 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: update tools/configure.ac
 remove PKG_CHECK_MODULES(DSL2DICT, libpcre)
 src/dsl2dict.c tool already deleted in upstream
Author: xiao sheng wen <atzlinux@sina.com>
Last-Update: 2024-06-13
Bug-Debian: https://bugs.debian.org/<bugnumber>
Forwarded: https://gitee.com/huzheng/stardict-3.0.7/pulls/3

---

--- stardict-3.0.7+git20220909+dfsg.orig/tools/configure.ac
+++ stardict-3.0.7+git20220909+dfsg/tools/configure.ac
@@ -87,8 +87,6 @@ AC_SUBST(LFS_CFLAGS)
 AC_SUBST(LFS_LDFLAGS)
 AC_SUBST(LFS_LIBS)
 
-dnl For src/dsl2dict.c
-PKG_CHECK_MODULES(DSL2DICT, libpcre)
 AC_CHECK_FUNCS([getline mempcpy])
 
 dnl Many programs use iconv function. Determine whether it is available and the