diff options
author | dsainty <dsainty@pkgsrc.org> | 2004-08-16 12:54:14 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2004-08-16 12:54:14 +0000 |
commit | cde849803a5b65dff08515490023c708f9a527ef (patch) | |
tree | 2192462ab92f89a9fa85f2dff5f10acde625ca8f /emulators/palmosemulator | |
parent | a5b31a5bdca7185adbf6e9bfdb44dba7ac825285 (diff) | |
download | pkgsrc-cde849803a5b65dff08515490023c708f9a527ef.tar.gz |
Bumped PKGREVISION to 4, fix for building POSE under gcc 3.3.3 with
optimisation as default (g++ -O2).
Diffstat (limited to 'emulators/palmosemulator')
-rw-r--r-- | emulators/palmosemulator/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/palmosemulator/Makefile b/emulators/palmosemulator/Makefile index d7344717d62..95ece4af5fc 100644 --- a/emulators/palmosemulator/Makefile +++ b/emulators/palmosemulator/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2004/05/05 05:06:28 snj Exp $ +# $NetBSD: Makefile,v 1.14 2004/08/16 12:54:14 dsainty Exp $ # DISTNAME= emulator_src_${POSE_VERSION} PKGNAME= palmosemulator-${POSE_VERSION} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= emulators x11 MASTER_SITES= http://www.palmos.com/dev/tools/emulator/sources/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ |