aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/fltk
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-18 14:35:45 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-18 14:35:45 +0000
commitcf59c926dd7b70581698422d0574b18fc23194ab (patch)
tree7d068953df2f2a94bd31743ccad5c0b844e81da3 /x11-toolkits/fltk
parent36e4dc65b6bd241f75a15f0cc7e49804fc8443a5 (diff)
Argh! The XUnicode option was not correctly turned on..
Bump PORTREVISION for fltk-xunicode. Pointed out by: Toshihiro Inoue <tino@pa2.so-net.ne.jp> Pointy hat to: knu
Notes
Notes: svn path=/head/; revision=40016
Diffstat (limited to 'x11-toolkits/fltk')
-rw-r--r--x11-toolkits/fltk/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile
index 0b6715615551..f461c31956bd 100644
--- a/x11-toolkits/fltk/Makefile
+++ b/x11-toolkits/fltk/Makefile
@@ -22,6 +22,7 @@ MAINTAINER?= demon@FreeBSD.org
PATCH_VERSION= 20010114
_PORTVERSION+= ${VERSION}.${PATCH_VERSION}
+PORTREVISION= 1
PKGNAMESUFFIX= -xunicode
PATCH_SITES= http://www.ab.wakwak.com/~tino/jatk/fltk/
@@ -29,6 +30,8 @@ PATCHFILES= ${PORTNAME}-${VERSION}${PKGNAMESUFFIX}-${PATCH_VERSION}.diff
PATCH_DIST_STRIP= -p1
BUILD_DEPENDS= ${X11BASE}/include/xunicode/xunicode.h:${PORTSDIR}/converters/xunicode
+
+CONFIGURE_ENV= CXXFLAGS=-DUSE_XUNICODE
.else
_PORTVERSION+= ${VERSION}
.endif