diff options
author | simonb <simonb@pkgsrc.org> | 2004-02-23 10:30:47 +0000 |
---|---|---|
committer | simonb <simonb@pkgsrc.org> | 2004-02-23 10:30:47 +0000 |
commit | 7c8907c81b92e2d10bd8ca7953827b755fc21966 (patch) | |
tree | 2ec9811211eabc1eae9cef1ad3eac5e9d85f51f9 /emulators | |
parent | d105a78c88b798972a75cc618e38233e4c341784 (diff) | |
download | pkgsrc-7c8907c81b92e2d10bd8ca7953827b755fc21966.tar.gz |
Use -DFLTK_1_0_COMPAT so that this builds with newer versions of FLTK.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/palmosemulator/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |