summaryrefslogtreecommitdiff
path: root/devel/gob2
diff options
context:
space:
mode:
authorhans <hans>2011-09-14 16:42:19 +0000
committerhans <hans>2011-09-14 16:42:19 +0000
commit0d4ae65424657f906959f2fbaf4d42439b902a0c (patch)
treeb0dc8943b8bdd7286908f9e507570203dce67f3e /devel/gob2
parent8c1adcce7aac8bff40085f87360c284a2e6838f5 (diff)
downloadpkgsrc-0d4ae65424657f906959f2fbaf4d42439b902a0c.tar.gz
Don't use LIBS=-lfl on SunOS, as this breaks configure. The lex library
was correctly detected by configure in my tests without it.
Diffstat (limited to 'devel/gob2')
-rw-r--r--devel/gob2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gob2/Makefile b/devel/gob2/Makefile
index 08caf7aadf4..5ecfc72678c 100644
--- a/devel/gob2/Makefile
+++ b/devel/gob2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2011/08/01 05:03:44 dholland Exp $
+# $NetBSD: Makefile,v 1.17 2011/09/14 16:42:19 hans Exp $
DISTNAME= gob2-2.0.18
PKGREVISION= 2
@@ -17,7 +17,9 @@ GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
+.if ${OPSYS} != "SunOS"
LIBS+= -lfl
+.endif
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"