diff options
author | krion <krion@FreeBSD.org> | 2004-03-23 08:40:12 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-03-23 08:40:12 +0000 |
commit | 13b2a5a4b4c1f50198cd28109f1cf4228f8df54f (patch) | |
tree | 8c7d6256ae95414302d4d079f45f912d282ac057 /net/tvark | |
parent | c50041bc8152a8df9f41bd9833413ebfbcd06269 (diff) | |
download | FreeBSD-ports-13b2a5a4b4c1f50198cd28109f1cf4228f8df54f.zip FreeBSD-ports-13b2a5a4b4c1f50198cd28109f1cf4228f8df54f.tar.gz |
- Fix build on 5-x
PR: ports/64575
Submitted by: Matthew West <mwest@uct.ac.za>
Diffstat (limited to 'net/tvark')
-rw-r--r-- | net/tvark/Makefile | 4 | ||||
-rw-r--r-- | net/tvark/files/patch-main.c | 10 |
2 files changed, 10 insertions, 4 deletions
diff --git a/net/tvark/Makefile b/net/tvark/Makefile index 0eb4618..3d4347c 100644 --- a/net/tvark/Makefile +++ b/net/tvark/Makefile @@ -21,10 +21,6 @@ USE_MYSQL= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile" -.endif - post-patch: @${PERL} -pi -e "s|/usr/local/bin|${PREFIX}/bin|" ${WRKSRC}/Makefile @${PERL} -pi -e "s|gtk-config|${GTK_CONFIG}|" ${WRKSRC}/Makefile diff --git a/net/tvark/files/patch-main.c b/net/tvark/files/patch-main.c new file mode 100644 index 0000000..d497369 --- /dev/null +++ b/net/tvark/files/patch-main.c @@ -0,0 +1,10 @@ +--- main.c.orig Fri Nov 14 23:36:01 2003 ++++ main.c Mon Mar 22 18:19:28 2004 +@@ -37,7 +37,6 @@ + * + */ + +-#define _XOPEN_SOURCE 600 + #define _BSD_SOURCE 1 + + #include <fcntl.h> |