diff options
| author | joerg <joerg@NetBSD.org> | 2012-08-10 12:12:18 +0000 |
|---|---|---|
| committer | joerg <joerg@NetBSD.org> | 2012-08-10 12:12:18 +0000 |
| commit | d8db460c8ba24772ebc0283260a31bfc3e78d2cd (patch) | |
| tree | 7a7592276961c6a890133fe1b569f6d1ff077a7e /gnu/usr.bin/groff/src/utils/hpftodit | |
| parent | b9fb049c8f708eb3c5e6377c28eb5358dd097fa2 (diff) | |
Don't link explicitly against libsupc++, just use the normal C++
linkage.
Diffstat (limited to 'gnu/usr.bin/groff/src/utils/hpftodit')
| -rw-r--r-- | gnu/usr.bin/groff/src/utils/hpftodit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/groff/src/utils/hpftodit/Makefile b/gnu/usr.bin/groff/src/utils/hpftodit/Makefile index 9a2746475a5..2d6401f10b9 100644 --- a/gnu/usr.bin/groff/src/utils/hpftodit/Makefile +++ b/gnu/usr.bin/groff/src/utils/hpftodit/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2011/05/26 12:56:29 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2012/08/10 12:12:21 joerg Exp $ # $FreeBSD: src/gnu/usr.bin/groff/src/utils/hpftodit/Makefile,v 1.4 2003/05/01 13:22:20 ru Exp $ DIST_SUBDIR= src/utils/hpftodit -PROG= hpftodit +PROG_CXX= hpftodit SRCS= hpftodit.cpp hpuni.cpp CLEANFILES= ${MAN} |
