diff options
-rw-r--r-- | graphics/enfle/Makefile | 4 | ||||
-rw-r--r-- | graphics/enfle/files/patch-browseaction.h | 11 |
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); |