1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Hack around RUBY_PORTEPOCH being set later than PKGNAME suffix is determined

With hat:	portmgr
This commit is contained in:
Pav Lucistnik 2007-04-05 08:13:48 +00:00
parent e4c03bc5da
commit 2a3f28ac03
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189257

View File

@ -44,6 +44,9 @@ OPTIONS= PTHREADS "Enable pthreads support (may break some apps)" off \
.include <bsd.port.pre.mk>
# PORTEPOCH hack
_SUF2= ,${PORTEPOCH}
PKGNAMESUFFIX= #empty
CFLAGS+= ${PTHREAD_CFLAGS} # Keep this, else ruby will fail to load
LDFLAGS+= ${PTHREAD_LIBS} # libraries dependent op libpthread.