revert this change, you could have atleast passed it by me first,
no_threads -> threads
This commit is contained in:
parent
0bc19c141d
commit
45a645a76a
@ -1,4 +1,4 @@
|
|||||||
# $OpenBSD: Makefile,v 1.29 2000/08/17 20:55:58 fgsch Exp $
|
# $OpenBSD: Makefile,v 1.30 2000/08/17 21:44:18 brad Exp $
|
||||||
|
|
||||||
DISTNAME= glib-1.2.8
|
DISTNAME= glib-1.2.8
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
@ -21,11 +21,13 @@ CONFIGURE_STYLE= gnu
|
|||||||
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
||||||
CONFIGURE_ARGS+= --enable-static --includedir="${PREFIX}/include/glib"
|
CONFIGURE_ARGS+= --enable-static --includedir="${PREFIX}/include/glib"
|
||||||
|
|
||||||
FLAVORS= no_threads
|
FLAVORS= threads
|
||||||
FLAVOR?=
|
FLAVOR?=
|
||||||
|
|
||||||
.if ${FLAVOR:L} == "no_threads"
|
.if ${FLAVOR:L} == "threads"
|
||||||
CONFIGURE_ARGS+= --disable-threads
|
CONFIGURE_ARGS+= --enable-threads
|
||||||
|
.else
|
||||||
|
CONFIGURE_ARGS+= --disable-threads
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-extract:
|
post-extract:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user