From 2422ee3c4e977237bd697d7e96350c049ca24e50 Mon Sep 17 00:00:00 2001 From: pav Date: Thu, 5 Apr 2007 08:13:48 +0000 Subject: - Hack around RUBY_PORTEPOCH being set later than PKGNAME suffix is determined With hat: portmgr --- lang/ruby18/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lang/ruby18') diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 920998b6ce7..53ec1fedcb8 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -44,6 +44,9 @@ OPTIONS= PTHREADS "Enable pthreads support (may break some apps)" off \ .include +# PORTEPOCH hack +_SUF2= ,${PORTEPOCH} + PKGNAMESUFFIX= #empty CFLAGS+= ${PTHREAD_CFLAGS} # Keep this, else ruby will fail to load LDFLAGS+= ${PTHREAD_LIBS} # libraries dependent op libpthread. -- cgit