summaryrefslogtreecommitdiff
path: root/print/cjk-lyx
diff options
context:
space:
mode:
authorgrant <grant>2003-05-29 23:14:07 +0000
committergrant <grant>2003-05-29 23:14:07 +0000
commitdff0f1cb8b70336dacf0582ef1e18d282f0d1164 (patch)
tree2ab39a00d70ddd1fe87ded8ec8941560f6ff8dee /print/cjk-lyx
parent9f4ba76cbdd59e3820f78563c8ca61b083f3b4cb (diff)
downloadpkgsrc-dff0f1cb8b70336dacf0582ef1e18d282f0d1164.tar.gz
s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3. when defined, USE_GCC_SHLIB ensures that the correct rpath is passed to the linker, and a full dependency on the compiler package is registered. packages which define USE_GCC_SHLIB should not include mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled automatically.
Diffstat (limited to 'print/cjk-lyx')
-rw-r--r--print/cjk-lyx/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/cjk-lyx/Makefile b/print/cjk-lyx/Makefile
index bf8637a9e33..5c984ae6b99 100644
--- a/print/cjk-lyx/Makefile
+++ b/print/cjk-lyx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/01/10 07:45:43 cjep Exp $
+# $NetBSD: Makefile,v 1.6 2003/05/29 23:14:10 grant Exp $
DISTNAME= lyx-${LYX_VERS}
PKGNAME= cjk-${DISTNAME}
@@ -27,7 +27,7 @@ USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_PERL5= yes
USE_X11= yes
-USE_CXX= yes
+USE_GCC_SHLIB= yes
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
@@ -36,7 +36,6 @@ LIBTOOL_OVERRIDE+= ${WRKSRC}/sigc++/libtool
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
-.include "../../lang/gcc/buildlink2.mk"
.include "../../x11/xforms/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"