diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:38:45 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 09:38:45 +0000 |
commit | acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b (patch) | |
tree | 651da5037b0f20c4a0f70a639fa0c0f659c951f1 /emulators/mupen64-base | |
parent | 428214143dfd45bd47a803ec9420f46886c780b5 (diff) | |
download | ports-acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b.tar.gz ports-acacd0d015ba10d7b1d2e0ed11ab7ee1f079fd4b.zip |
Notes
Diffstat (limited to 'emulators/mupen64-base')
-rw-r--r-- | emulators/mupen64-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/mupen64-base/Makefile b/emulators/mupen64-base/Makefile index fb779e108dfd..84ca0bb925e7 100644 --- a/emulators/mupen64-base/Makefile +++ b/emulators/mupen64-base/Makefile @@ -25,7 +25,7 @@ USE_BZIP2= yes USE_GMAKE= yes ONLY_FOR_ARCHS= i386 -MAKE_ENV+= CXX="${CXX}" PTHREAD_LIBS="${PTHREAD_LIBS}" +MAKE_ENV+= PTHREAD_LIBS="${PTHREAD_LIBS}" MUPEN64VERSION= 0.5 FIXFILES?= r4300/r4300.c memory/dma.c r4300/recomp.c r4300/x86/assemble.c |