- Add WITH_MULTIBYTE knob

PR:		ports/67577
Submitted by:	Andrey Slusar <vasallia@ukr.net>
Approved by:	maintainer
This commit is contained in:
Pav Lucistnik 2004-06-05 11:29:39 +00:00
parent d64405515b
commit c8c6e38e47
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110875
4 changed files with 18 additions and 20 deletions

View File

@ -1,4 +1,4 @@
# New ports collection makefile for: ion-devel
# New ports collection makefile for: ion-2
# Date created: 20 August 2003
# Whom: anthony.ginepro@laposte.net
# Original ion port: ricci@cs.utah.edu
@ -22,6 +22,11 @@ USE_LIBLTDL= yes
USE_LIBTOOL_VER=15
USE_X_PREFIX= yes
USE_GMAKE= yes
MAKE_ENV= DEFINES="${IONDEFINES}"
.if !defined(WITH_MULTIBYTE)
IONDEFINES+= -DCF_NO_MB_SUPPORT
.endif
MAN1= ion.1 pwm.1
DOCSDIR= share/doc/ion

View File

@ -1,5 +1,5 @@
--- system.mk.orig Tue Jun 1 16:35:23 2004
+++ system.mk Wed Jun 2 05:15:27 2004
+++ system.mk Sat Jun 5 13:27:08 2004
@@ -7,7 +7,7 @@
## Installation paths
##
@ -51,7 +51,7 @@
# SunOS/Solaris
#X11_PREFIX=/usr/openwin
@@ -119,29 +119,29 @@
@@ -119,7 +119,7 @@
# asprintf and vasprintf in the c library. (gnu libc has.)
# If HAS_SYSTEM_ASPRINTF is not defined, an implementation
# in sprintf_2.2/ is used.
@ -60,13 +60,7 @@
# If you're on an archaic system (such as relatively recent *BSD releases)
# without even dummy multibyte/widechar support, you may have to uncomment
# the following line:
-#DEFINES += -DCF_NO_MB_SUPPORT
+DEFINES += -DCF_NO_MB_SUPPORT
##
@@ -132,16 +132,16 @@
## C compiler
##

View File

@ -1,4 +1,4 @@
# New ports collection makefile for: ion-devel
# New ports collection makefile for: ion-2
# Date created: 20 August 2003
# Whom: anthony.ginepro@laposte.net
# Original ion port: ricci@cs.utah.edu
@ -22,6 +22,11 @@ USE_LIBLTDL= yes
USE_LIBTOOL_VER=15
USE_X_PREFIX= yes
USE_GMAKE= yes
MAKE_ENV= DEFINES="${IONDEFINES}"
.if !defined(WITH_MULTIBYTE)
IONDEFINES+= -DCF_NO_MB_SUPPORT
.endif
MAN1= ion.1 pwm.1
DOCSDIR= share/doc/ion

View File

@ -1,5 +1,5 @@
--- system.mk.orig Tue Jun 1 16:35:23 2004
+++ system.mk Wed Jun 2 05:15:27 2004
+++ system.mk Sat Jun 5 13:27:08 2004
@@ -7,7 +7,7 @@
## Installation paths
##
@ -51,7 +51,7 @@
# SunOS/Solaris
#X11_PREFIX=/usr/openwin
@@ -119,29 +119,29 @@
@@ -119,7 +119,7 @@
# asprintf and vasprintf in the c library. (gnu libc has.)
# If HAS_SYSTEM_ASPRINTF is not defined, an implementation
# in sprintf_2.2/ is used.
@ -60,13 +60,7 @@
# If you're on an archaic system (such as relatively recent *BSD releases)
# without even dummy multibyte/widechar support, you may have to uncomment
# the following line:
-#DEFINES += -DCF_NO_MB_SUPPORT
+DEFINES += -DCF_NO_MB_SUPPORT
##
@@ -132,16 +132,16 @@
## C compiler
##