diff options
author | knu <knu@FreeBSD.org> | 2001-02-24 06:37:04 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-02-24 06:37:04 +0000 |
commit | c561fc036705ef8fa09a8d50239a33a99df5c948 (patch) | |
tree | 8804f3295ebd0acb84202b3f5c6c2737dc2cb709 /x11-toolkits/fox10 | |
parent | 5604e0373571f53cd2b75443903c9c913084d3f9 (diff) | |
download | FreeBSD-ports-c561fc036705ef8fa09a8d50239a33a99df5c948.zip FreeBSD-ports-c561fc036705ef8fa09a8d50239a33a99df5c948.tar.gz |
Oops, I missed adding one essential variable that gets fox to build
with xunicode...
Diffstat (limited to 'x11-toolkits/fox10')
-rw-r--r-- | x11-toolkits/fox10/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11-toolkits/fox10/Makefile b/x11-toolkits/fox10/Makefile index 8120fd3..636242a 100644 --- a/x11-toolkits/fox10/Makefile +++ b/x11-toolkits/fox10/Makefile @@ -26,6 +26,8 @@ PATCH_DIST_STRIP= -p1 #EXTRA_PATCHES= ${PATCHDIR}/xunicode.patch-* BUILD_DEPENDS= ${X11BASE}/lib/libxunicode.a:${PORTSDIR}/converters/xunicode + +CONFIGURE_ENV= X_CFLAGS=-DUSE_XUNICODE .endif USE_MESA= yes |