pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/emulators/libretro-desmume
Module Name: pkgsrc
Committed By: nia
Date: Thu May 9 14:17:02 UTC 2019
Modified Files:
pkgsrc/emulators/libretro-desmume: Makefile
Log Message:
libretro-desmume: Fix build with libpcap-1.8.1
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/emulators/libretro-desmume/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/emulators/libretro-desmume/Makefile
diff -u pkgsrc/emulators/libretro-desmume/Makefile:1.6 pkgsrc/emulators/libretro-desmume/Makefile:1.7
--- pkgsrc/emulators/libretro-desmume/Makefile:1.6 Thu Jan 3 21:51:52 2019
+++ pkgsrc/emulators/libretro-desmume/Makefile Thu May 9 14:17:02 2019
@@ -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 @@ USE_LANGUAGES= c c++
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