pkgsrc/x11/libunique/Makefile
jmcneill 5b8a409499 Update libunique to 1.0.6.
Changes:
    Copy the startup-id string, not just the pointer

    The fix for the memory leak of commit fd7aaf0e exposed the fact
    that we did not copy the startup notification id across messages,
    but we simply stored the pointer.

    This commit should fix the double-free errors happening to
    applications using libunique.
2009-03-04 01:01:45 +00:00

24 lines
538 B
Makefile

# $NetBSD: Makefile,v 1.2 2009/03/04 01:01:45 jmcneill Exp $
#
DISTNAME= unique-1.0.6
PKGNAME= lib${DISTNAME}
CATEGORIES= devel
MASTER_SITES= http://www.gnome.org/~ebassi/source/
MAINTAINER= ahoka@NetBSD.org
HOMEPAGE= http://live.gnome.org/LibUnique
COMMENT= Library for writing single instance applications
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= unique.pc.in
.include "options.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"