pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/xcursorgen Make sure RPATH for libpng gets to fina...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4c3d06f228e6
branches: trunk
changeset: 459991:4c3d06f228e6
user: jmc <jmc%pkgsrc.org@localhost>
date: Fri Aug 15 02:02:45 2003 +0000
description:
Make sure RPATH for libpng gets to final binary
diffstat:
x11/xcursorgen/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r b582540c5719 -r 4c3d06f228e6 x11/xcursorgen/Makefile
--- a/x11/xcursorgen/Makefile Thu Aug 14 20:10:18 2003 +0000
+++ b/x11/xcursorgen/Makefile Fri Aug 15 02:02:45 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2003/08/01 18:13:10 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2003/08/15 02:02:45 jmc Exp $
DISTNAME= xcursorgen-4.3.0
WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//}
@@ -20,4 +20,7 @@
.endif
.include "../../graphics/png/buildlink2.mk"
+
+MAKE_ENV+= LOCAL_LDFLAGS="-Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.png_DEFAULT}/lib"
+
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index