0bbbd35e32
espie asked me in such a nice way to fix this that I'm bumping all ports that have a direct dependency on glib2.
33 lines
656 B
Makefile
33 lines
656 B
Makefile
# $OpenBSD: Makefile,v 1.22 2012/09/01 14:36:57 ajacoutot Exp $
|
|
|
|
BROKEN= glib2 is threaded but our perl is not so we end up with undefined symbols
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= perl interface to the Glib libraries
|
|
|
|
V= 1.222
|
|
DISTNAME= Glib-$V
|
|
PKGNAME= p5-Glib2-$V
|
|
REVISION= 3
|
|
CATEGORIES= x11 devel
|
|
|
|
# LGPLv2.1
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MODULES+= cpan \
|
|
devel/gettext
|
|
USE_GROFF = Yes
|
|
|
|
LIB_DEPENDS= devel/glib2
|
|
BUILD_DEPENDS= devel/p5-ExtUtils-Depends \
|
|
devel/p5-ExtUtils-PkgConfig
|
|
WANTLIB = glib-2.0 gobject-2.0
|
|
|
|
CONFIGURE_ARGS= --disable-threadsafe
|
|
|
|
.include <bsd.port.mk>
|