diff options
author | joerg <joerg@pkgsrc.org> | 2006-05-11 18:55:31 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-05-11 18:55:31 +0000 |
commit | a34600fb01609d9794b508ea29a043e94b5f45f8 (patch) | |
tree | a43eb332e4862abb98a8871b47a14f95c3e43a86 /graphics/aqsis/Makefile | |
parent | 2e0f972fd844809a58e9089a85355b9a47ab937e (diff) | |
download | pkgsrc-a34600fb01609d9794b508ea29a043e94b5f45f8.tar.gz |
Fix C++ to work with GCC 3.4. Fix linkage to make at least some sense.
Always link with -lddmsock, it might be overridden in the application
though. The former guranties that the libraries don't have unresolved
symbols. Bump revision.
Diffstat (limited to 'graphics/aqsis/Makefile')
-rw-r--r-- | graphics/aqsis/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/aqsis/Makefile b/graphics/aqsis/Makefile index 5ed7bff0eb1..5d9008aa9a8 100644 --- a/graphics/aqsis/Makefile +++ b/graphics/aqsis/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.24 2006/03/04 21:29:46 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2006/05/11 18:55:31 joerg Exp $ # DISTNAME= aqsis-0.6.4 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aqsis/} @@ -23,6 +23,7 @@ USE_LANGUAGES+= c c++ .include "../../devel/libargparse/buildlink3.mk" .include "../../graphics/Mesa/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" +.include "../../mk/dlopen.buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |