mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Switch to USES=libtool
- Fix build on 10.x Approved by: portmgr blanket
This commit is contained in:
parent
6424df3402
commit
5ed519cc02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=362608
@ -3,7 +3,7 @@
|
||||
|
||||
PORTNAME= scim
|
||||
PORTVERSION= 3.1.1
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= chinese
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-fcitx/${PORTVERSION}
|
||||
PKGNAMESUFFIX= -fcitx
|
||||
@ -15,7 +15,7 @@ COMMENT= SCIM IMEngine module for fcitx
|
||||
RUN_DEPENDS= scim:${PORTSDIR}/textproc/scim
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
|
||||
USES= tar:bzip2 gmake pkgconfig
|
||||
USES= tar:bzip2 gmake libtool:keepla pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
10
chinese/scim-fcitx/files/patch-src__sp.cpp
Normal file
10
chinese/scim-fcitx/files/patch-src__sp.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/sp.cpp.orig 2005-05-08 20:11:29.000000000 +0400
|
||||
+++ src/sp.cpp 2014-07-23 03:21:49.000000000 +0400
|
||||
@@ -11,6 +11,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <limits.h>
|
||||
#include <ctype.h>
|
||||
+#include <unistd.h> // for access()
|
||||
|
||||
#include "main.h"
|
||||
#include "sp.h"
|
10
chinese/scim-fcitx/files/patch-src__tools.cpp
Normal file
10
chinese/scim-fcitx/files/patch-src__tools.cpp
Normal file
@ -0,0 +1,10 @@
|
||||
--- src/tools.cpp.orig 2005-05-20 18:41:12.000000000 +0400
|
||||
+++ src/tools.cpp 2014-07-23 02:57:51.000000000 +0400
|
||||
@@ -14,6 +14,7 @@
|
||||
#include <sys/stat.h>
|
||||
#include <limits.h>
|
||||
#include <string.h>
|
||||
+#include <unistd.h> // for access()
|
||||
|
||||
#include "version.h"
|
||||
#include "PYFA.h"
|
Loading…
Reference in New Issue
Block a user