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

(-)graphics/qslim/Makefile (-5 / +1 lines)
Lines 21-26 Link Here
21
CONFIGURE_WRKSRC=	${WRKSRC}/mixkit/build
21
CONFIGURE_WRKSRC=	${WRKSRC}/mixkit/build
22
BUILD_WRKSRC=	${WRKSRC}/mixkit/src
22
BUILD_WRKSRC=	${WRKSRC}/mixkit/src
23
23
24
USE_GETOPT_LONG=	yes
24
USE_MESA=	yes
25
USE_MESA=	yes
25
USE_REINPLACE=	yes
26
USE_REINPLACE=	yes
26
USE_GMAKE=	yes
27
USE_GMAKE=	yes
Lines 36-46 Link Here
36
37
37
.if ${OSVERSION} > 500034
38
.if ${OSVERSION} > 500034
38
CFLAGS+=	-DMIX_ANSI_IOSTREAMS -fpermissive
39
CFLAGS+=	-DMIX_ANSI_IOSTREAMS -fpermissive
39
.endif
40
41
.if !exists(/usr/include/getopt.h)
42
LIB_DEPENDS+=	gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
43
LDFLAGS+=	-lgnugetopt
44
.endif
40
.endif
45
41
46
post-extract:
42
post-extract:

Return to bug 51372