Needs to link with -lfl with new enough flex. Shouldn't hurt anyone

else, so do it unconditionally.
This commit is contained in:
joerg 2009-11-01 22:24:58 +00:00
parent b280ae9100
commit 243ae4f2bd

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 2009/07/29 17:45:27 drochner Exp $
# $NetBSD: Makefile,v 1.12 2009/11/01 22:24:58 joerg Exp $
DISTNAME= gob2-2.0.16
CATEGORIES= devel gnome
@ -14,5 +14,9 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_TOOLS+= lex pkg-config
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
LIBS+= -lfl
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"