1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Enable internationalisation support.

PR:		41507
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
This commit is contained in:
Greg Lewis 2002-08-10 04:46:36 +00:00
parent 85f8ed6f8f
commit 6ac6ad9dbd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64315
2 changed files with 21 additions and 4 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= ctwm
PORTVERSION= 3.6
PORTREVISION= 1
CATEGORIES= x11-wm
MASTER_SITES= http://slpc1.epfl.ch/public/software/ctwm/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ctwm-images${EXTRACT_SUFX}

View File

@ -1,9 +1,17 @@
$FreeBSD$
*** Imakefile.orig Mon May 15 21:47:10 2000
--- Imakefile Sat Sep 22 11:50:14 2001
*** Imakefile.orig Wed Dec 12 00:38:52 2001
--- Imakefile Fri Aug 9 23:45:46 2002
***************
*** 19,26 ****
*** 11,26 ****
#undef USE_SOUND
#define XPM
#define USEM4
! #undef X11R6
! #undef I18N
YFLAGS = -d
DEPLIBS = $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
LINTLIBS = $(LINTXMU) $(LINTEXTENSIONLIB) $(LINTXLIB)
#ifdef XPM
@ -12,7 +20,15 @@ $FreeBSD$
XPMDEFINES = -DXPM
XPMLIB = $(XPMLIBDIR) -lXpm
--- 19,26 ----
--- 11,26 ----
#undef USE_SOUND
#define XPM
#define USEM4
! #define X11R6
! #define I18N
YFLAGS = -d
DEPLIBS = $(DEPXMULIB) $(DEPEXTENSIONLIB) $(DEPXLIB)
LINTLIBS = $(LINTXMU) $(LINTEXTENSIONLIB) $(LINTXLIB)
#ifdef XPM