summaryrefslogtreecommitdiff
path: root/x11/qwt/files
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2001-03-05 12:47:12 +0000
committerskrll <skrll@pkgsrc.org>2001-03-05 12:47:12 +0000
commit7d872eab35c203ea34ce418d4d80969bd29c586c (patch)
treeee11b45fd08179ccc2be16a9036c8563ba678708 /x11/qwt/files
parent72ee4986b70292bcb73bddedd7e93668626279bf (diff)
downloadpkgsrc-7d872eab35c203ea34ce418d4d80969bd29c586c.tar.gz
Pass the default c++ compiler in MAKE_ENV so that we don't confuse the
new libtool. While I'm here: pass only one -rpath option to libtool link so that the install directory gets set correctly.
Diffstat (limited to 'x11/qwt/files')
-rw-r--r--x11/qwt/files/Makefile.lib5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/qwt/files/Makefile.lib b/x11/qwt/files/Makefile.lib
index a09b755c787..cd57be04301 100644
--- a/x11/qwt/files/Makefile.lib
+++ b/x11/qwt/files/Makefile.lib
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.lib,v 1.2 2000/03/28 00:09:23 dmcmahill Exp $
+# $NetBSD: Makefile.lib,v 1.3 2001/03/05 12:47:13 skrll Exp $
#
# Makefile rules for the Qwt Library
# ==================================
@@ -11,8 +11,7 @@ include $(QWTDIR)/Makefile.common
#
LCXX = $(LIBTOOL) --mode=compile $(CXX)
INCLUDES = -I../include -I$(QTINC)
-LLD = $(LIBTOOL) --mode=link $(CXX) -rpath $(QTLIB) -rpath $(PREFIX)/lib -rpath ${X11BASE}/lib \
- -version-info 0:2
+LLD = $(LIBTOOL) --mode=link $(CXX) -rpath ${X11BASE}/lib -version-info 0:2
#
# IMPLICIT RULES