Skip to content

Commit

Permalink
graphics/osg: Cleaner way to force c++11
Browse files Browse the repository at this point in the history
Reported by:	fluffy
  • Loading branch information
ocochard committed Jul 7, 2023
1 parent 4344285 commit 2f1c563
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/osg/Makefile
Expand Up @@ -26,9 +26,9 @@ USES= alias cmake compiler:c11 jpeg gl pkgconfig xorg
USE_GL= gl
USE_XORG= x11
USE_LDCONFIG= yes
USE_CXXSTD= c++11

CFLAGS+= -I${LOCALBASE}/include/Imath -DInt64=uint64_t
CXXFLAGS+= -std=c++11

PLIST_SUB= OSG_VERSION=${PORTVERSION} \
OSG_SHLIBVER=161 \
Expand Down

0 comments on commit 2f1c563

Please sign in to comment.