mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 09:10:32 -04:00
- Add support for armv6 (RPi 1 and RPi 2) PR: 218121 Submitted by: Mikael Urankar <mikael.urankar@gmail.com> Reviewed by: swills Approved by: Mickael Maillot <mickael.maillot@gmail.com> (maintainer)
8 lines
226 B
Text
8 lines
226 B
Text
--- xbmc/windowing/Makefile.in.orig 2016-10-08 UTC
|
|
+++ xbmc/windowing/Makefile.in
|
|
@@ -1,4 +1,5 @@
|
|
SRCS=WinEventsSDL.cpp \
|
|
+ WinEventsFreeBSD.cpp \
|
|
WinEventsLinux.cpp \
|
|
WinEventsX11.cpp \
|
|
WinSystem.cpp \
|