aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/xawtv
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2006-02-11 19:25:15 +0800
committeroliver <oliver@FreeBSD.org>2006-02-11 19:25:15 +0800
commitdc867508f2ab03befeb77d3eb26b8dd65c6185be (patch)
treeea1cea78cc3c7d4ba1d1777f944b6bca0778662c /multimedia/xawtv
parent9ec05089ce3a6c5e2d50418c9a61805aa974a5dd (diff)
downloadfreebsd-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/Makefile3
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