diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-15 14:55:14 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-15 14:55:14 +0000 |
commit | 7f0f664d7e0d5fbb1fd0e1cc45d4b413f66c97ae (patch) | |
tree | d30bee8baf5be305289898828fb58299162e2f54 /emulators/dolphin-emu | |
parent | b3175cfda759707ed077a4649b634cad8934eb1b (diff) |
Notes
Diffstat (limited to 'emulators/dolphin-emu')
-rw-r--r-- | emulators/dolphin-emu/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emulators/dolphin-emu/Makefile b/emulators/dolphin-emu/Makefile index 2c339d52d048..c513864f9f41 100644 --- a/emulators/dolphin-emu/Makefile +++ b/emulators/dolphin-emu/Makefile @@ -69,10 +69,6 @@ NLS_CMAKE_OFF= -DDISABLE_NLS:BOOL=ON .include <bsd.port.pre.mk> -.if ${OPSYS} == FreeBSD && ${OSVERSION} < 900000 -BROKEN= does not build: absence of xlocale.h -.endif - # XXX Temporary workaround for ports/184540 .if ${PORT_OPTIONS:MDEBUG} INSTALL_TARGET= install |