diff options
Diffstat (limited to 'polish/kadu/Makefile')
-rw-r--r-- | polish/kadu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/polish/kadu/Makefile b/polish/kadu/Makefile index 3fd9007b4654..35739ce8c228 100644 --- a/polish/kadu/Makefile +++ b/polish/kadu/Makefile @@ -23,6 +23,8 @@ USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-existing-libgadu="${LOCALBASE}" \ + --with-includes="${LOCALBASE}/include ${X11BASE}/include" \ + --with-libs="${LOCALBASE}/lib ${X11BASE}/lib" \ --program-transform-name='' CONFIGURE_ENV= QTDIR="${QT_PREFIX}" |