Date: Tue, 10 May 2005 15:34:43 +0800 (CST) From: chinsan <chinsan.tw@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: vanilla@FreeBSD.org Subject: ports/80850: [PATCH] textproc/scim-input-pad: use intlhack to fix build Message-ID: <20050510073443.13D1C7301C@chinsan.twbbs.org> Resent-Message-ID: <200505100740.j4A7e6vv003663@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 80850 >Category: ports >Synopsis: [PATCH] textproc/scim-input-pad: use intlhack to fix build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue May 10 07:40:06 GMT 2005 >Closed-Date: >Last-Modified: >Originator: chinsan >Release: FreeBSD 5.3-RELEASE i386 >Organization: FreeBSD Taiwan >Environment: System: FreeBSD chinsan.twbbs.org 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC 2004 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: - use intlhack to fix build failed on i386 4 (Thanks to kris@ via pointyhat) - change maintainer's e-mail address - bump version >How-To-Repeat: >Fix: --- scim-input-pad.diff begins here --- diff -ruN scim-input-pad.orig/Makefile scim-input-pad/Makefile --- scim-input-pad.orig/Makefile Mon May 9 06:59:07 2005 +++ scim-input-pad/Makefile Tue May 10 15:26:18 2005 @@ -7,11 +7,12 @@ PORTNAME= scim-input-pad PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=scim -MAINTAINER= chinsan@mail2000.com.tw +MAINTAINER= chinsan.tw@gmail.com COMMENT= SCIM add-on to input various symbols with on-screen pad BUILD_DEPENDS= scim:${PORTSDIR}/textproc/scim @@ -21,6 +22,7 @@ INSTALLS_SHLIB= yes USE_GMAKE= yes USE_LIBTOOL_VER= 15 +USE_GNOME= intlhack CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -D__STDC_ISO_10646__" \ LDFLAGS="-L${LOCALBASE}/lib -lintl" --- scim-input-pad.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050510073443.13D1C7301C>