diff options
author | sf <sf@FreeBSD.org> | 2003-12-05 14:39:12 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-12-05 14:39:12 +0800 |
commit | a64f954427e17dcd51f157a7fca54a4ab85c96b9 (patch) | |
tree | 3a4f291f722c3c9d1cebc7076fe9c7fc099d2346 /graphics/enfle | |
parent | 0cb9d7a0725d5fa7b2a3577087698aaf00907dd2 (diff) | |
download | freebsd-ports-gnome-a64f954427e17dcd51f157a7fca54a4ab85c96b9.tar.gz freebsd-ports-gnome-a64f954427e17dcd51f157a7fca54a4ab85c96b9.tar.zst freebsd-ports-gnome-a64f954427e17dcd51f157a7fca54a4ab85c96b9.zip |
unbreak.
Diffstat (limited to 'graphics/enfle')
-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); |