summaryrefslogtreecommitdiff
path: root/x11/fltk2
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
commitd079ca88abfc81050eb9eaf3cb32387bcc2562aa (patch)
treead141ad6bc85086261f6d4e8377e2f0ebcc4dfd9 /x11/fltk2
parent84dd07059838d2e2e589919ddab32b8e8a6fa09b (diff)
downloadpkgsrc-d079ca88abfc81050eb9eaf3cb32387bcc2562aa.tar.gz
x11/fltk2: Add indirectly linked libraries to LDFLAGS for ld v2.22
Diffstat (limited to 'x11/fltk2')
-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"