diff options
Diffstat (limited to 'devel/pikdev/Makefile')
-rw-r--r-- | devel/pikdev/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pikdev/Makefile b/devel/pikdev/Makefile index 949f13526711..1da15c5c27b7 100644 --- a/devel/pikdev/Makefile +++ b/devel/pikdev/Makefile @@ -24,7 +24,7 @@ USE_KDEBASE_VER=3 GNU_CONFIGURE= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib -pthread CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS+= --with-pic=yes SUB_FILES= pkg-message |