pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/palmosemulator Use -DFLTK_1_0_COMPAT so that...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b757ade3c5c7
branches:  trunk
changeset: 469431:b757ade3c5c7
user:      simonb <simonb%pkgsrc.org@localhost>
date:      Mon Feb 23 10:30:47 2004 +0000

description:
Use -DFLTK_1_0_COMPAT so that this builds with newer versions of FLTK.

diffstat:

 emulators/palmosemulator/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 6e781bdba794 -r b757ade3c5c7 emulators/palmosemulator/Makefile
--- a/emulators/palmosemulator/Makefile Mon Feb 23 10:23:37 2004 +0000
+++ b/emulators/palmosemulator/Makefile Mon Feb 23 10:30:47 2004 +0000
@@ -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_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}



Home | Main Index | Thread Index | Old Index