diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-05-18 18:41:16 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-05-18 18:41:16 +0000 |
commit | 2b83cd11a3279285b7609100c5333b1af46c90f1 (patch) | |
tree | 0979698c2487eb30ccb53cd17d18f8fbf9100894 /net/mediastreamer | |
parent | 4ae2b4296572bc8dd3a0d61546861690d8f2579f (diff) | |
download | ports-2b83cd11a3279285b7609100c5333b1af46c90f1.tar.gz ports-2b83cd11a3279285b7609100c5333b1af46c90f1.zip |
Notes
Diffstat (limited to 'net/mediastreamer')
-rw-r--r-- | net/mediastreamer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/mediastreamer/Makefile b/net/mediastreamer/Makefile index 7170a657d14f..4364ebc88037 100644 --- a/net/mediastreamer/Makefile +++ b/net/mediastreamer/Makefile @@ -3,6 +3,7 @@ PORTNAME= mediastreamer PORTVERSION= 2.11.2 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/mediastreamer @@ -24,7 +25,7 @@ CONFIGURE_ARGS= --disable-alsa --disable-matroska --disable-pulseaudio \ --disable-silent-rules --disable-strict \ --with-gsm=${LOCALBASE} --with-srtp=${LOCALBASE} \ --with-polarssl=${LOCALBASE} xxd_found=yes -CPPFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_ARC4RANDOM LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip USES= gettext-tools gmake libtool pathfix pkgconfig |