diff options
| author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
|---|---|---|
| committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
| commit | fa38ed02cc7ff1a59528f13db1b7dedc130b2def (patch) | |
| tree | 94158659da258abce4ed96928351a7282233e421 /net/DarwinStreamingServer | |
| parent | - Enhance next/prev commands. Next on last track jumps to first track. Prev (diff) | |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Diffstat (limited to 'net/DarwinStreamingServer')
| -rw-r--r-- | net/DarwinStreamingServer/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/DarwinStreamingServer/Makefile b/net/DarwinStreamingServer/Makefile index 90b970aa3ecb..7bdc0a76dda0 100644 --- a/net/DarwinStreamingServer/Makefile +++ b/net/DarwinStreamingServer/Makefile @@ -35,9 +35,7 @@ SUB_LIST+= PERL=${PERL} PKGMESSAGE= ${WRKDIR}/pkg-message -MAKE_ENV+= CC="${CC}" \ - CXX="${CXX}" \ - MAKE="${MAKE}" \ +MAKE_ENV+= MAKE="${MAKE}" \ DATADIR="${DATADIR}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" \ PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ |
