diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-03 00:07:01 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-03 00:07:01 +0000 |
commit | b705976023b7d0dc62374d757f5f4e4e7046ca37 (patch) | |
tree | 7de2a7a05d1a8b3ce002e40cfdfdb58ff98a020f /net/latd | |
parent | f509390e7ed6db86340b22284a3b94617572472e (diff) | |
download | pkgsrc-b705976023b7d0dc62374d757f5f4e4e7046ca37.tar.gz |
Uses C++.
Diffstat (limited to 'net/latd')
-rw-r--r-- | net/latd/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/latd/Makefile b/net/latd/Makefile index 026a1bd9524..2eac0285d7b 100644 --- a/net/latd/Makefile +++ b/net/latd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/12/29 06:22:00 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2006/06/03 00:07:01 joerg Exp $ # DISTNAME= latd-1.18 @@ -13,6 +13,8 @@ NOT_FOR_PLATFORM= Interix-*-* # no direct ethernet support GNU_CONFIGURE= yes +USE_LANGUAGES= c c++ + CPPFLAGS+= -DPREFIX="\"${PREFIX}\"" EGDIR= ${PREFIX}/share/examples/latd |