Needs to link with -lfl with new enough flex. Shouldn't hurt anyone
else, so do it unconditionally.
This commit is contained in:
parent
b280ae9100
commit
243ae4f2bd
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue