diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-22 23:23:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-22 23:23:17 +0000 |
commit | 477cc931b5d45eec06d68eb8478aeec1f8719d5c (patch) | |
tree | 08c0c477acfd028acd1086d46f25be97a9c3ba81 /x11/labltk | |
parent | 0aeadb17f219b76945d1ba150cd7d3f168f209b5 (diff) | |
download | pkgsrc-477cc931b5d45eec06d68eb8478aeec1f8719d5c.tar.gz |
Include TK_LD_FLAGS and TCL_LD_FLAGS for the link specification,
otherwise the rpath list can be incomplete.
Diffstat (limited to 'x11/labltk')
-rw-r--r-- | x11/labltk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/labltk/Makefile b/x11/labltk/Makefile index b24485fa3d4..817c958bd55 100644 --- a/x11/labltk/Makefile +++ b/x11/labltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/06/14 21:00:41 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2005/12/22 23:23:17 joerg Exp $ .include "../../lang/ocaml/Makefile.common" @@ -10,7 +10,7 @@ COMMENT= Tk bindings for ocaml CONFIGURE_ARGS+= -x11include ${X11BASE}/include CONFIGURE_ARGS+= -x11lib ${X11BASE}/lib CONFIGURE_ARGS+= -tkdefs "-I${BUILDLINK_PREFIX.tk}/include -I${BUILDLINK_PREFIX.tcl}/include" -CONFIGURE_ARGS+= -tklibs "`${SH} -c '. ${TCLCONFIG_SH}; . ${TKCONFIG_SH}; ${ECHO} $$TK_LIBS $$TCL_LIBS'`" +CONFIGURE_ARGS+= -tklibs "`${SH} -c '. ${TCLCONFIG_SH}; . ${TKCONFIG_SH}; ${ECHO} $$TK_LD_FLAGS $$TCL_LD_FLAGS $$TK_LIBS $$TCL_LIBS'`" BUILD_TARGET= world INSTALL_DIRS= ${WRKSRC}/otherlibs/labltk |