diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-01-10 15:10:17 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-01-10 15:10:17 +0000 |
commit | 32733224d5441c8cb49f2a27b5ddcc7f2c76b568 (patch) | |
tree | 01f47ffaad0b0b842a603fbda11d99c7e464031e /x11/xforms | |
parent | 2a583d930696dec9a376cca9d9fc2d87357edb74 (diff) | |
download | pkgsrc-32733224d5441c8cb49f2a27b5ddcc7f2c76b568.tar.gz |
Add an LDFLAG that will hopefully fix the problem seen in Huberts recent
bulk-builds. (I still think that should be done in buildlink2, as far as
I understand it.)
NB: I couldn't reproduce the problem, so this is a shot in the dark.
Diffstat (limited to 'x11/xforms')
-rw-r--r-- | x11/xforms/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xforms/Makefile b/x11/xforms/Makefile index e28db2a9666..17febb41761 100644 --- a/x11/xforms/Makefile +++ b/x11/xforms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2002/12/28 19:49:07 jschauma Exp $ +# $NetBSD: Makefile,v 1.44 2003/01/10 15:10:17 jschauma Exp $ # DISTNAME= xforms-1.0-release @@ -18,6 +18,7 @@ USE_X11= YES MAKE_ENV= DEPEND_DEFINES="${CPPFLAGS}" SCRIPTS_ENV= DEPEND_DEFINES="${CPPFLAGS}" +LDFLAGS+= -Wl,${_OPSYS_RPATH_NAME}${PREFIX}/lib .include "../../graphics/jpeg/buildlink2.mk" .include "../../graphics/tiff/buildlink2.mk" |