aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2004-11-29 07:11:37 +0800
committerkwm <kwm@FreeBSD.org>2004-11-29 07:11:37 +0800
commit82054242986ccc0c02ef0275f0413f82e850a9d3 (patch)
tree57597b98044e98e112c7bb7a544e6eb39c2621de
parentb37e0a92e71ecf3461e38478b9f89bb0542d77fa (diff)
downloadfreebsd-ports-gnome-82054242986ccc0c02ef0275f0413f82e850a9d3.tar.gz
freebsd-ports-gnome-82054242986ccc0c02ef0275f0413f82e850a9d3.tar.zst
freebsd-ports-gnome-82054242986ccc0c02ef0275f0413f82e850a9d3.zip
This patch is not needed.
Approved by: pav (mentor)
-rw-r--r--devel/liboil/files/patch-liboil_dct_dct.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/devel/liboil/files/patch-liboil_dct_dct.h b/devel/liboil/files/patch-liboil_dct_dct.h
deleted file mode 100644
index 50f8946aee47..000000000000
--- a/devel/liboil/files/patch-liboil_dct_dct.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- liboil/dct/dct.h.orig Sat Nov 13 11:34:25 2004
-+++ liboil/dct/dct.h Sat Nov 13 11:34:55 2004
-@@ -21,6 +21,10 @@
-
- #include <liboil/liboilfunction.h>
-
-+#ifdef __FreeBSD__
-+#define M_PI 3.14159265358979323846
-+#endif
-+
- OIL_DECLARE_CLASS(dct12_f32);
- OIL_DECLARE_CLASS(dct36_f32);
- OIL_DECLARE_CLASS(fdct8_f64);