ports

morpheus ports
git clone git://git.2f30.org/ports
Log | Files | Refs | LICENSE

commit 8cc6bd8d7ad13ffd3e1058019fa1c9862f3fc6ce
parent c0d8d29733bb380f0ffbc74c6a047342e9e80c3d
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Mon,  2 Jun 2014 13:58:49 +0200

libevent: style

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
Mlibevent/libevent.mk | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/libevent/libevent.mk b/libevent/libevent.mk @@ -3,8 +3,10 @@ TARG = libevent <$mkbuild/mk.common libevent:QV: - CC="$CC" ./configure --prefix="$PREFIX" --mandir="$ROOT/share/man" \ - --disable-shared \ + CC="$CC" ./configure \ + --prefix="$PREFIX" \ + --mandir="$ROOT/share/man" \ + --disable-shared \ --enable-static make -j$nprocs # copy some header files to include dir for depsinc