diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-16 01:01:54 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-12-16 01:01:54 +0000 |
commit | 885a374d5506c7d11e0c139896cf8112fad453c2 (patch) | |
tree | 829458ba91ce4e680d8d41af9b5fc26f7635f169 | |
parent | 4236ad3fe485bf2b9854ab070ac937712aad7122 (diff) | |
download | ports-885a374d5506c7d11e0c139896cf8112fad453c2.tar.gz ports-885a374d5506c7d11e0c139896cf8112fad453c2.zip |
Notes
-rw-r--r-- | net/vomit/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/vomit/Makefile b/net/vomit/Makefile index 287d137f8924..2e7e21191ffa 100644 --- a/net/vomit/Makefile +++ b/net/vomit/Makefile @@ -24,6 +24,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= vomit.1 PLIST_FILES= bin/vomit +BROKEN= does not build with new libevent + post-patch: @${REINPLACE_CMD} -e 's|-O2 -Wall -g|@CFLAGS@|g' ${WRKSRC}/Makefile.in |