From 6b9d5a24d6d9fd9de2df4d2dd90294a0d8dfb7ad Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Wed, 25 Nov 2009 14:15:53 +0100 Subject: Allow using tar or zip on FreeBSD. Unlike what the comment says, FreeBSD can have zip, and like Linux, it won't usually have it unless installed by hand. --- crawl-ref/source/AppHdr.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'crawl-ref/source/AppHdr.h') diff --git a/crawl-ref/source/AppHdr.h b/crawl-ref/source/AppHdr.h index 4dbba56e21..6b7616c514 100644 --- a/crawl-ref/source/AppHdr.h +++ b/crawl-ref/source/AppHdr.h @@ -76,16 +76,6 @@ // #define COL_TO_REPLACE_DARKGREY BLUE -// -// FreeBSD -// -#if defined(TARGET_OS_FREEBSD) - - // There's no /usr/bin/zip in FreeBSD. - #define SAVE_PACKAGE_NONE - -#endif - // // MinGW // -- cgit v1.2.3-54-g00ecf