diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-05 08:13:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-04-05 08:13:48 +0000 |
commit | 2a3f28ac038d64f11bf018de94c8d9b75b5b0ead (patch) | |
tree | 36bdbedf41438276b3b664ec36634fa22bc833de /lang/ruby18 | |
parent | e4c03bc5dadbcd28f09e916986051ee9b8dd1b75 (diff) | |
download | ports-2a3f28ac038d64f11bf018de94c8d9b75b5b0ead.tar.gz ports-2a3f28ac038d64f11bf018de94c8d9b75b5b0ead.zip |
Notes
Diffstat (limited to 'lang/ruby18')
-rw-r--r-- | lang/ruby18/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 920998b6ce73..53ec1fedcb8c 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -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. |