summaryrefslogtreecommitdiff
path: root/emulators/xbeeb/patches
AgeCommit message (Collapse)AuthorFilesLines
2011-10-03It is evil for header files to check the include guards of other filesdholland1-0/+16
to decide what to declare. It is much more evil to do this when the other include file belongs to someone else. Teach this to check the other possible include guard for Xlib.h. Fixes NetBSD native X build.
2006-09-22Fix the mk/oss.buildlink3.mk usage by:dsainty1-13/+0
1. Using ${LIBOSSAUDIO} instead of assuming -lossaudio 2. Disabling sound entirely if ${OSS_TYPE} == none This should fix the build for every platform but NetBSD (tested on Solaris), and no change for NetBSD builds.
2006-09-21Fix build under gcc 4.1.2, which catches an extern Vs static inconsistency.dsainty1-0/+13
2006-06-17Bumped PKGREVISION to 1: Patch to fix noise channel emulation on NetBSD.dsainty1-1/+20
2006-06-13Update Xbeeb to 0.4.1:dsainty4-134/+109
- Support TrueColor displays - Better sound - .inf file attributes - Simplified NetBSD sound support with OSS compatibility - Provided a working MASTER_SITES - Took maintainership
2000-05-22Import of xbeeb package.skrll4-0/+185
Based on PR/10013 by Dave Sainty <dave@dtsp.co.nz> with improvements by myself.