diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-10-30 16:41:08 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-10-30 16:41:08 +0800 |
commit | 06b750e3b875d54d7d1e3e7aa35b69e3741078dd (patch) | |
tree | 1de844ddc3223c43f237949b4ef499959ad6b099 /net-im | |
parent | 54676fb517614c58084befad4b8e51c5c6325808 (diff) | |
download | freebsd-ports-gnome-06b750e3b875d54d7d1e3e7aa35b69e3741078dd.tar.gz freebsd-ports-gnome-06b750e3b875d54d7d1e3e7aa35b69e3741078dd.tar.zst freebsd-ports-gnome-06b750e3b875d54d7d1e3e7aa35b69e3741078dd.zip |
- fix build with custom LOCALBASE
Reported by: qatty
Diffstat (limited to 'net-im')
-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 \ |