View | Details | Raw Unified | Return to bug 232826
Collapse All | Expand All

(-)Makefile (-1 / +7 lines)
Lines 24-33 Link Here
24
24
25
CONFLICTS=	osg-devel-[0-9]*
25
CONFLICTS=	osg-devel-[0-9]*
26
26
27
USES=		alias cmake:outsource jpeg pkgconfig
27
USES=		alias cmake:outsource compiler:c++11-lang jpeg pkgconfig
28
USE_GL=		gl glu
28
USE_GL=		gl glu
29
USE_XORG=	x11
29
USE_XORG=	x11
30
USE_LDCONFIG=	yes
30
USE_LDCONFIG=	yes
31
CXXFLAGS_mips=	-Wno-narrowing
32
CXXFLAGS_mips64=	-Wno-narrowing
33
CXXFLAGS_powerpc64=	-Wno-narrowing
34
CXXFLAGS_powerpc=	-Wno-narrowing
35
CXXFLAGS_powerpcspe=	-Wno-narrowing
36
CXXFLAGS_sparc64=	-Wno-narrowing
31
37
32
PLIST_SUB=	OSG_VERSION=${PORTVERSION} \
38
PLIST_SUB=	OSG_VERSION=${PORTVERSION} \
33
		OSG_SHLIBVER=131 \
39
		OSG_SHLIBVER=131 \

Return to bug 232826