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:
parent
e4c03bc5da
commit
2a3f28ac03
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189257
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user