aboutsummaryrefslogtreecommitdiff
path: root/graphics/libvisual04
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-07-22 09:33:37 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-07-22 09:33:37 +0000
commitc02ee4e45334244e33b27341afcb6218f3c5536f (patch)
tree910afc201a78b49ebf55362bd5ae2801dad2dafe /graphics/libvisual04
parentbd36c8837584d0a2ece35503b861ce9e44e6c1f5 (diff)
downloadports-c02ee4e45334244e33b27341afcb6218f3c5536f.tar.gz
ports-c02ee4e45334244e33b27341afcb6218f3c5536f.zip
Notes
Diffstat (limited to 'graphics/libvisual04')
-rw-r--r--graphics/libvisual04/Makefile2
-rw-r--r--graphics/libvisual04/files/patch-libvisual-lv_defines.h10
2 files changed, 7 insertions, 5 deletions
diff --git a/graphics/libvisual04/Makefile b/graphics/libvisual04/Makefile
index dbd83a0763d7..1aa005d06121 100644
--- a/graphics/libvisual04/Makefile
+++ b/graphics/libvisual04/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libvisual
PORTVERSION= 0.4.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMESUFFIX= 04
diff --git a/graphics/libvisual04/files/patch-libvisual-lv_defines.h b/graphics/libvisual04/files/patch-libvisual-lv_defines.h
index b2a526afbb82..e7017e0a441c 100644
--- a/graphics/libvisual04/files/patch-libvisual-lv_defines.h
+++ b/graphics/libvisual04/files/patch-libvisual-lv_defines.h
@@ -1,10 +1,12 @@
---- lv_defines.h.orig 2006-01-22 13:23:37.000000000 +0000
-+++ libvisual/lv_defines.h 2014-06-24 19:56:46.961214708 +0100
-@@ -39,14 +39,13 @@
+--- libvisual/lv_defines.h.orig 2006-01-22 14:23:37.000000000 +0100
++++ libvisual/lv_defines.h 2014-07-21 15:18:07.000000000 +0200
+@@ -38,15 +38,14 @@
+ # define VISUAL_END_DECLS
#endif /* __cplusplus */
- #ifdef NULL
+-#ifdef NULL
-#undef NULL
++#ifndef NULL
+# ifndef __cplusplus
+# define NULL ((void *) 0)
+# else