diff options
author | pav <pav@FreeBSD.org> | 2007-07-03 02:07:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-07-03 02:07:36 +0800 |
commit | e871771d08a7b7269e94cbd829e2ae1db332c938 (patch) | |
tree | 8d33d553dc539f04ea9901f77ceb0d08bc35f1ab /graphics/libvisual | |
parent | cc2c66790b04b1be743c6b9b3532e2e30059a0f0 (diff) | |
download | freebsd-ports-gnome-e871771d08a7b7269e94cbd829e2ae1db332c938.tar.gz freebsd-ports-gnome-e871771d08a7b7269e94cbd829e2ae1db332c938.tar.zst freebsd-ports-gnome-e871771d08a7b7269e94cbd829e2ae1db332c938.zip |
- Remove provision for FreeBSD 4.X
- Typo fix
Diffstat (limited to 'graphics/libvisual')
-rw-r--r-- | graphics/libvisual/Makefile | 6 | ||||
-rw-r--r-- | graphics/libvisual/files/extra-patch-libvisual_lv_cpu.c | 12 |
2 files changed, 1 insertions, 17 deletions
diff --git a/graphics/libvisual/Makefile b/graphics/libvisual/Makefile index c084542506ea..ef44696a15cd 100644 --- a/graphics/libvisual/Makefile +++ b/graphics/libvisual/Makefile @@ -6,7 +6,7 @@ # # WARNING: when updating this port check if the ports that use libvisual -# can work with it. Backwards compatiblity is known to be broken in the past. +# can work with it. Backwards compatibility is known to be broken in the past. PORTNAME= libvisual PORTVERSION= 0.2.0 @@ -28,10 +28,6 @@ USE_LDCONFIG= yes .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500001 -EXTRA_PATCHES= ${PATCHDIR}/extra-patch-libvisual_lv_cpu.c -.endif - post-patch: @${REINPLACE_CMD} -e 's|-Wno-unused-variable||g' \ -e 's|-O3|${CFLAGS}|g' \ diff --git a/graphics/libvisual/files/extra-patch-libvisual_lv_cpu.c b/graphics/libvisual/files/extra-patch-libvisual_lv_cpu.c deleted file mode 100644 index 8e6d1cd03574..000000000000 --- a/graphics/libvisual/files/extra-patch-libvisual_lv_cpu.c +++ /dev/null @@ -1,12 +0,0 @@ ---- libvisual/lv_cpu.c.orig Sun Mar 20 20:17:51 2005 -+++ libvisual/lv_cpu.c Sun Mar 20 20:18:19 2005 -@@ -65,6 +65,9 @@ - #include "lv_log.h" - #include "lv_cpu.h" - -+/* stolen from 5.3-stable's unistd.h */ -+#define _SC_NPROCESSORS_ONLN 58 -+ - static VisCPU _lv_cpu_caps; - static int _lv_cpu_initialized = FALSE; - |