diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2006-02-11 11:25:15 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2006-02-11 11:25:15 +0000 |
commit | 74368314cac8f86e4f0841d4f1b24eedc04994fb (patch) | |
tree | 3492f97d3264d731bcb20b83e8000348b96fc8ee /multimedia/xawtv/Makefile | |
parent | 89b70a6115851d322c9eb68e6ec924d38e0b18df (diff) | |
download | ports-74368314cac8f86e4f0841d4f1b24eedc04994fb.tar.gz ports-74368314cac8f86e4f0841d4f1b24eedc04994fb.zip |
Notes
Diffstat (limited to 'multimedia/xawtv/Makefile')
-rw-r--r-- | multimedia/xawtv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/xawtv/Makefile b/multimedia/xawtv/Makefile index 0816ca6bfb99..2c45e414b5d2 100644 --- a/multimedia/xawtv/Makefile +++ b/multimedia/xawtv/Makefile @@ -34,7 +34,8 @@ USE_GMAKE= yes USE_XPM= yes USE_X_PREFIX= yes USE_REINPLACE= yes -CONFIGURE_ENV= LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" +CONFIGURE_ENV= LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \ + CFLAGS="-I${WRKSRC}/common" MAKE_ENV= verbose=yes INSTALLS_SHLIB= yes |