From 5b02c1a968ef0c6aa82d3a8831cb94498f19759a Mon Sep 17 00:00:00 2001 From: simonb Date: Mon, 23 Feb 2004 10:30:47 +0000 Subject: Use -DFLTK_1_0_COMPAT so that this builds with newer versions of FLTK. --- emulators/palmosemulator/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'emulators') diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile index 51926bf4453..4fc4b69e8b7 100644 --- a/emulators/palmosemulator/Makefile +++ b/emulators/palmosemulator/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/01/22 08:36:04 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/02/23 10:30:47 simonb Exp $ # DISTNAME= emulator_src_${POSE_VERSION} @@ -27,6 +27,7 @@ POSE_BUILD_DIR= ${WRKSRC}/BuildUnix POSE_SHARE_DIR= ${PREFIX}/share/palmosemulator POSE_SKINS_DIR= ${POSE_SHARE_DIR}/skins WRKSRC_SKINS= ${WRKDIR}/Skins_v1.9 +CPPFLAGS+= -DFLTK_1_0_COMPAT CONFIGURE_DIRS= ${POSE_BUILD_DIR} BUILD_DIRS= ${POSE_BUILD_DIR} -- cgit v1.2.3