summaryrefslogtreecommitdiff
path: root/graphics/enfle
diff options
context:
space:
mode:
authorFUJISHIMA Satsuki <sf@FreeBSD.org>2003-12-05 06:39:12 +0000
committerFUJISHIMA Satsuki <sf@FreeBSD.org>2003-12-05 06:39:12 +0000
commit1b86b7e75aa1900dbad69fa427bae93b5a94ae14 (patch)
tree185aadc96fffa9bc1fed4c50cfc97e7446b7fa5b /graphics/enfle
parentUpdate to 0.5.21 with large amounts of bugfixes and updated channel (diff)
unbreak.
Notes
Notes: svn path=/head/; revision=95106
Diffstat (limited to 'graphics/enfle')
-rw-r--r--graphics/enfle/Makefile4
-rw-r--r--graphics/enfle/files/patch-browseaction.h11
2 files changed, 11 insertions, 4 deletions
diff --git a/graphics/enfle/Makefile b/graphics/enfle/Makefile
index ff1051f89343..d289e4d8d84b 100644
--- a/graphics/enfle/Makefile
+++ b/graphics/enfle/Makefile
@@ -36,10 +36,6 @@ MAN1= enfle.1
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 501113
-BROKEN= "Does not compile on ${OSVERSION}"
-.endif
-
post-patch:
${PERL} -pi -e 's/^(.*_la_LDFLAGS = -module)$$/\1 -avoid-version/' \
${WRKSRC}/plugins/*/*/Makefile.in
diff --git a/graphics/enfle/files/patch-browseaction.h b/graphics/enfle/files/patch-browseaction.h
new file mode 100644
index 000000000000..039ff5a47220
--- /dev/null
+++ b/graphics/enfle/files/patch-browseaction.h
@@ -0,0 +1,11 @@
+--- browseaction.h.orig Wed Jun 28 03:19:49 2000
++++ browseaction.h Fri Dec 5 15:35:56 2003
+@@ -29,7 +29,7 @@
+
+ int browseaction_initialize(Hash *);
+
+-#define DECLARE_BROWSEACTION(name) Event browseaction_ ## name ## (Info *, Binfo *, Image *, Dlist_data *)
++#define DECLARE_BROWSEACTION(name) Event browseaction_ ## name (Info *, Binfo *, Image *, Dlist_data *)
+ DECLARE_BROWSEACTION(delete);
+ DECLARE_BROWSEACTION(quit);
+ DECLARE_BROWSEACTION(flip_vertical);