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:
parent
85f8ed6f8f
commit
6ac6ad9dbd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64315
@ -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}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user