diff options
Diffstat (limited to 'lang/ofc/Makefile')
-rw-r--r-- | lang/ofc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ofc/Makefile b/lang/ofc/Makefile index 93ac3dff39d6..9fa17a6732a1 100644 --- a/lang/ofc/Makefile +++ b/lang/ofc/Makefile @@ -20,8 +20,8 @@ USE_SDL= sdl USES= libtool objc pathfix GNU_CONFIGURE= yes USE_LDCONFIG= yes -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -lpthread -L${LOCALBASE}/lib INSTALL_TARGET= install-strip OPTIONS_DEFINE= GDBM GMP |