pkgsrc/x11/xosd/Makefile.common
xtraeme 61febd376c Update x11/xosd to 2.2.7.
Changes:

2.2.7:
    Complete rewrite of timeout_func to avoid sending
    lineakd to 100% CPU. There was a case where timeout_func
    would keep looping around in circles never pausing for breath.
    (Tim Wright)

2.2.6:
    FontSet fixes (Philipp Matthias Hahn)
    Title change fix (Philipp Matthias Hahn)
    Memory leak patch (Philipp Matthias Hahn)
    New, improved timeout_func (Philipp Matthias Hahn)
    New TODO list  (Philipp Matthias Hahn)
    Fixed bug where osd displays after clicking 'apply' in XMMS
    config dialogue (Tim Wright)
2004-06-04 11:45:45 +00:00

32 lines
744 B
Text

# $NetBSD: Makefile.common,v 1.12 2004/06/04 11:45:45 xtraeme Exp $
#
DISTNAME= xosd-2.2.7
CATEGORIES= x11
MASTER_SITES= http://www.ignavus.net/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= jmmv@NetBSD.org
HOMEPAGE= http://www.ignavus.net/software.html
DISTINFO_FILE= ${.CURDIR}/../../x11/xosd/distinfo
PATCHDIR= ${.CURDIR}/../../x11/xosd/patches
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_LIBTOOL= yes
USE_X11= yes
SHLIBTOOL_OVERRIDE= libtool-disable-static
CONFIGURE_ARGS+= --disable-xinerama
# Avoid an ICE on sparc64 with gcc2
CONFIGURE_ENV+= F77=${FALSE}
SUBST_CLASSES= fixme
SUBST_STAGE.fixme= post-patch
SUBST_FILES.fixme= configure
SUBST_SED.fixme= -e "s|-lpthread|${PTHREAD_LDFLAGS}|g"
.include "../../mk/pthread.buildlink3.mk"