pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/libretro-desmume libretro-desmume: Fix build...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbdda019a3a2
branches:  trunk
changeset: 333577:bbdda019a3a2
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu May 09 14:17:02 2019 +0000

description:
libretro-desmume: Fix build with libpcap-1.8.1

diffstat:

 emulators/libretro-desmume/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 40284ee1b3e0 -r bbdda019a3a2 emulators/libretro-desmume/Makefile
--- a/emulators/libretro-desmume/Makefile       Thu May 09 13:57:48 2019 +0000
+++ b/emulators/libretro-desmume/Makefile       Thu May 09 14:17:02 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2019/01/03 21:51:52 nia Exp $
+# $NetBSD: Makefile,v 1.7 2019/05/09 14:17:02 nia Exp $
 
 DISTNAME=      libretro-desmume-20181207
 CATEGORIES=    emulators
@@ -21,6 +21,10 @@
 
 CXXFLAGS+=     -D__STDC_FORMAT_MACROS
 
+# fix build with libpcap-1.8.1
+# see issues/58
+CXXFLAGS+=     -DHAVE_REMOTE
+
 .if !empty(MACHINE_ARCH:M*arm*)
 CXXFLAGS+=     -marm
 CXXFLAGS+=     -DUSE_POSIX_MEMALIGN -D__RETRO_ARM__



Home | Main Index | Thread Index | Old Index