summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2011-12-17 00:56:06 +0000
committermarino <marino@pkgsrc.org>2011-12-17 00:56:06 +0000
commitb380a44a61f1a57c89ff3ed647fb638b692e8efd (patch)
treead141ad6bc85086261f6d4e8377e2f0ebcc4dfd9 /x11
parent5d6f3375f75b79c0eb78b1e6baa2bbf3386f05e2 (diff)
downloadpkgsrc-b380a44a61f1a57c89ff3ed647fb638b692e8efd.tar.gz
x11/fltk2: Add indirectly linked libraries to LDFLAGS for ld v2.22
Diffstat (limited to 'x11')
-rw-r--r--x11/fltk2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/fltk2/Makefile b/x11/fltk2/Makefile
index 62d7676a339..ca5f6658dfd 100644
--- a/x11/fltk2/Makefile
+++ b/x11/fltk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2011/11/01 06:02:49 sbd Exp $
+# $NetBSD: Makefile,v 1.10 2011/12/17 00:56:06 marino Exp $
VERS= 6129
PKGREVISION= 6
@@ -24,6 +24,7 @@ PTHREAD_OPTS+= require
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --enable-threads
CONFIGURE_ARGS+= ac_cv_have_overlay=yes
+LDFLAGS+= -lfontconfig -lXrender -lfreetype
.include "options.mk"