diff options
author | joerg <joerg@pkgsrc.org> | 2007-06-12 12:51:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-06-12 12:51:07 +0000 |
commit | 544bf6acc82d764ef950f0184d77c071f9780c38 (patch) | |
tree | 1ce03d18d038ba223a473dd12e83368383129cf4 /emulators/BasiliskII/Makefile | |
parent | 4eca8bab25a8f8100fca087990a9846d1de66b54 (diff) | |
download | pkgsrc-544bf6acc82d764ef950f0184d77c071f9780c38.tar.gz |
Fix infinite loop in configure on DragonFly and FreeBSD 4.
Fix dependencies for modular Xorg by adding Xxf86vm and Xxf86dga.
Bump revision.
Diffstat (limited to 'emulators/BasiliskII/Makefile')
-rw-r--r-- | emulators/BasiliskII/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/BasiliskII/Makefile b/emulators/BasiliskII/Makefile index 5dffcda2dc6..7dfa9831578 100644 --- a/emulators/BasiliskII/Makefile +++ b/emulators/BasiliskII/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.30 2007/05/20 17:23:16 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2007/06/12 12:51:07 joerg Exp $ DISTNAME= BasiliskII_src_01052006 PKGNAME= BasiliskII-1.0.20060501 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://gwenole.beauchesne.info/projects/basilisk2/files/ EXTRACT_SUFX= .tar.bz2 @@ -22,6 +23,8 @@ BUILD_DIRS= ${CONFIGURE_DIRS} .include "options.mk" +CXXFLAGS+=-g -O0 + post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/BasiliskII ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/BasiliskII/ |