diff options
Diffstat (limited to 'net-im/licq-console/Makefile')
-rw-r--r-- | net-im/licq-console/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/licq-console/Makefile b/net-im/licq-console/Makefile index 500d09f950f2..7bdc1017247b 100644 --- a/net-im/licq-console/Makefile +++ b/net-im/licq-console/Makefile @@ -21,7 +21,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" \ LIBS="${PTHREAD_LIBS}" LICQ_PORT?= net-im/licq CPPFLAGS+= ${PTHREAD_CFLAGS} -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/cdk LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= lib/licq/licq_console.la \ |