mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
Changelogs are on the main page: https://byuu.org/ Additional port changes: * Added CATEGORIES=games because Nintendo is a game console * Removed the unnecessary USE_LDCONFIG * Update of values related to the XV port option * Minor patch update PR: 225242 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) Approved by: tcberner (mentor, implicit)
15 lines
516 B
Text
15 lines
516 B
Text
--- higan/target-tomoko/GNUmakefile.orig 2017-09-23 21:35:23 UTC
|
|
+++ higan/target-tomoko/GNUmakefile
|
|
@@ -30,9 +30,9 @@ else ifeq ($(platform),linux)
|
|
ruby += audio.oss audio.alsa audio.openal audio.pulseaudio audio.pulseaudiosimple audio.ao
|
|
ruby += input.sdl input.xlib input.udev
|
|
else ifeq ($(platform),bsd)
|
|
- ruby += video.glx video.xvideo video.xshm video.sdl
|
|
- ruby += audio.oss audio.openal
|
|
- ruby += input.sdl input.xlib
|
|
+ ruby += %%VIDEO%%
|
|
+ ruby += %%AUDIO%%
|
|
+ ruby += %%INPUT%%
|
|
endif
|
|
|
|
# ruby
|