diff options
author | wiz <wiz@pkgsrc.org> | 2016-11-03 11:14:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-11-03 11:14:15 +0000 |
commit | 595b3de2a9e7377734ed4c0480b087a9d7f50861 (patch) | |
tree | 455bba80098b08670a0323b452f0a0c618a013bf /emulators | |
parent | 1f2f2d25fa30676e3218ed69e8c90032979c60fa (diff) | |
download | pkgsrc-595b3de2a9e7377734ed4c0480b087a9d7f50861.tar.gz |
Remove obsolete settings, mongoose was removed from mame a year ago.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/mame/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/emulators/mame/Makefile b/emulators/mame/Makefile index 52de8cb3b33..17365608638 100644 --- a/emulators/mame/Makefile +++ b/emulators/mame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.66 2016/10/02 08:20:24 maya Exp $ +# $NetBSD: Makefile,v 1.67 2016/11/03 11:14:15 wiz Exp $ DISTNAME= mame-0.178 CATEGORIES= emulators @@ -30,11 +30,10 @@ MAKE_ENV= NOWERROR=1 .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -# also needs kvm and I didn't find the right place to add it in the build system -MAKE_ENV+= LDOPTS="-Wl,-R${BUILDLINK_PREFIX.flac}/lib -L${BUILDLINK_PREFIX.flac}/lib -lpthread -lkvm" +# needs kvm and I didn't find the right place to add it in the build system +MAKE_ENV+= LDOPTS="-Wl,-R${BUILDLINK_PREFIX.flac}/lib -L${BUILDLINK_PREFIX.flac}/lib -lkvm" .else -# mongoose needs libpthread but somehow doesn't link against it -MAKE_ENV+= LDOPTS="-Wl,-R${BUILDLINK_PREFIX.flac}/lib -L${BUILDLINK_PREFIX.flac}/lib -lpthread" +MAKE_ENV+= LDOPTS="-Wl,-R${BUILDLINK_PREFIX.flac}/lib -L${BUILDLINK_PREFIX.flac}/lib" .endif # use pkgsrc packages for expat, zlib, jpeg, flac, lua, sqlite3 |