diff options
-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 0eb461872e3f..3d4347c1e9d0 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 000000000000..d4973692dea8 --- /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> |