diff options
author | sem <sem@FreeBSD.org> | 2009-11-17 00:02:18 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2009-11-17 00:02:18 +0800 |
commit | a54f4e425720f49a8ed60153916795f818458ed6 (patch) | |
tree | 0ad2cbe6c87db34d61558825d0ec083225b009ad /net/quagga/Makefile | |
parent | 18056bd1a371a2e59c85b43455eb9a30c517c556 (diff) | |
download | freebsd-ports-gnome-a54f4e425720f49a8ed60153916795f818458ed6.tar.gz freebsd-ports-gnome-a54f4e425720f49a8ed60153916795f818458ed6.tar.zst freebsd-ports-gnome-a54f4e425720f49a8ed60153916795f818458ed6.zip |
- Add a patch from quagga GIT (ID: 9964fcfc).
* Fix HAVE_CLOCK_MONOTONIC spelling.
- Remove obsoleted configuration flag --enable-pidfile-mask.
Approved by: maintainer (implicitly)
Diffstat (limited to 'net/quagga/Makefile')
-rw-r--r-- | net/quagga/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/quagga/Makefile b/net/quagga/Makefile index 13c03607fa8d..421113450de0 100644 --- a/net/quagga/Makefile +++ b/net/quagga/Makefile @@ -7,6 +7,7 @@ PORTNAME= quagga PORTVERSION= 0.99.15 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= http://quagga.net/download/ \ http://www.ru.quagga.net/download/ \ @@ -44,7 +45,7 @@ OPTIONS= ISISD "Enable experimental ISIS daemon" off \ .include <bsd.port.pre.mk> CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS+=--includedir=${PREFIX}/include --enable-exampledir=${PREFIX}/share/examples/quagga --enable-pidfile-mask=0644 +CONFIGURE_ARGS+=--includedir=${PREFIX}/include --enable-exampledir=${PREFIX}/share/examples/quagga CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \ LIBTOOL=${LIBTOOL} LIBTOOLIZE=${LIBTOOLIZE} \ LIBTOOL_VERSION=${LIBTOOL_VERSION} |