diff options
-rw-r--r-- | audio/mp3plot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mp3plot/Makefile b/audio/mp3plot/Makefile index 3154425d1a4b..d522917d02a3 100644 --- a/audio/mp3plot/Makefile +++ b/audio/mp3plot/Makefile @@ -16,6 +16,8 @@ BROKEN_powerpc64= fails to configure: C++ compiler cannot create executables LIB_DEPENDS= libboost_thread.so:devel/boost-libs +USE_CXXSTD= c++98 + OPTIONS_DEFINE= GD IMAGEMAGICK OPTIONS_DEFAULT=GD |