ports/graphics/libmng/files/patch-lcms
Mikhail Teterin 43dc8f0929 Upgrade to the "final" release -- 1.0.5. Remove the conditional patching
-- it was in place for a much older version of lcms. Would love to have
done this prior to 4.8, but portmgr never responded with the approval.
2003-04-06 04:41:37 +00:00

7 lines
270 B
Text

--- libmng_types.h Sat Mar 1 11:08:45 2003
+++ libmng_types.h Mon Mar 24 13:47:52 2003
@@ -157,3 +157,3 @@
#endif
-#if defined(WIN32) || defined(linux) /* different header locations */
+#if defined(WIN32) || defined(linux) || defined(__FreeBSD__)
#include "lcms.h"