diff options
Diffstat (limited to 'devel/clanlib1/Makefile')
-rw-r--r-- | devel/clanlib1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/clanlib1/Makefile b/devel/clanlib1/Makefile index c7e22fca1ff0..77bf1e33724e 100644 --- a/devel/clanlib1/Makefile +++ b/devel/clanlib1/Makefile @@ -31,8 +31,8 @@ USE_GL= yes USE_PKGCONFIG= yes MAKE_JOBS_SAFE= yes -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 ${PTHREAD_CFLAGS} -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 +LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-docs \ --enable-clanDisplay \ |