- Revert previous commit, it broke ruby-gtk2
Reported by: mezz
This commit is contained in:
parent
9796b99f6f
commit
4bd265725f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163310
1 changed files with 4 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= ruby
|
||||
PORTVERSION= ${RUBY_PORTVERSION}
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= lang ruby ipv6
|
||||
MASTER_SITES= ${MASTER_SITE_RUBY}
|
||||
|
@ -43,8 +43,6 @@ CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \
|
|||
.if defined(WITH_PTHREADS)
|
||||
CONFIGURE_ARGS+=--enable-pthread
|
||||
PKGNAMESUFFIX:= ${PKGNAMESUFFIX}+pthreads
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
|
||||
LIBS="${LIBS} ${PTHREAD_LIBS}"
|
||||
.else
|
||||
CONFIGURE_ARGS+=--disable-pthread
|
||||
.endif
|
||||
|
@ -72,6 +70,9 @@ EXTRA_PATCHES= ${PATCHDIR}/extrapatch-eval.c
|
|||
CONFIGURE_ARGS+= --enable-ipv6
|
||||
.endif
|
||||
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
|
||||
LIBS="${LIBS} ${PTHREAD_LIBS}"
|
||||
|
||||
.if ${RUBY_VER} == ${RUBY_DEFAULT_VER}
|
||||
MLINKS= ${RUBY_NAME}.1 ruby.1
|
||||
IF_DEFAULT= ""
|
||||
|
|
Loading…
Reference in a new issue