diff options
Diffstat (limited to 'graphics/djvulibre/Makefile')
-rw-r--r-- | graphics/djvulibre/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/djvulibre/Makefile b/graphics/djvulibre/Makefile index 3dc7fe8f0ef1..54cf4a929c87 100644 --- a/graphics/djvulibre/Makefile +++ b/graphics/djvulibre/Makefile @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libtiff.so:graphics/tiff USES= cpe gmake iconv jpeg libtool +USE_CXXSTD= c++14 USE_LDCONFIG= yes CPE_VENDOR= djvulibre_project @@ -38,12 +39,6 @@ DESKTOPFILES_DESC= Install icons and mime types DESKTOPFILES_CONFIGURE_ENABLE= desktopfiles DESKTOPFILES_USES= gnome -.include <bsd.port.options.mk> - -.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400091 -CPPFLAGS+= -Dregister= -.endif - post-patch: # Remove custom optimization compiler flags @${REINPLACE_CMD} -e '/-[Og]\*)/d ; \ |