diff options
author | oliver <oliver@FreeBSD.org> | 2006-02-11 19:25:15 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2006-02-11 19:25:15 +0800 |
commit | dc867508f2ab03befeb77d3eb26b8dd65c6185be (patch) | |
tree | ea1cea78cc3c7d4ba1d1777f944b6bca0778662c /multimedia/xawtv | |
parent | 9ec05089ce3a6c5e2d50418c9a61805aa974a5dd (diff) | |
download | freebsd-ports-gnome-dc867508f2ab03befeb77d3eb26b8dd65c6185be.tar.gz freebsd-ports-gnome-dc867508f2ab03befeb77d3eb26b8dd65c6185be.tar.zst freebsd-ports-gnome-dc867508f2ab03befeb77d3eb26b8dd65c6185be.zip |
fix compilation if libevent is installed
PR: ports/92673
Submitted by: Raaf <raaf@luna.afraid.org>
Diffstat (limited to 'multimedia/xawtv')
-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 |