diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-06 22:52:02 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-01-06 22:52:02 +0000 |
commit | e2b7680c5e83f44ef491bd6a8b2e1bd751c07c4f (patch) | |
tree | 2801f6d0c3fdc6c8eb95f03b898432061c3fc691 /emulators/mupen64plus-rice | |
parent | 88f6984ec6739ecde758497de382187545ae9298 (diff) |
Remove obsolete comment referring to USE_GCC=4.1+.
Approved by: acm
Notes
Notes:
svn path=/head/; revision=225362
Diffstat (limited to 'emulators/mupen64plus-rice')
-rw-r--r-- | emulators/mupen64plus-rice/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emulators/mupen64plus-rice/Makefile b/emulators/mupen64plus-rice/Makefile index 8fee40047d36..aabc98f6a3c8 100644 --- a/emulators/mupen64plus-rice/Makefile +++ b/emulators/mupen64plus-rice/Makefile @@ -12,8 +12,6 @@ COMMENT= The rice graphics plugin for Mupen64plus USE_GL= yes USE_SDL= sdl -#USE_GCC= 4.1+ - FIXFILES= rice_video/liblinux/BMGImage.c rice_video/liblinux/BMGUtils.c PLUGIN_NAME= ricevideo |