aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2007-11-05 10:15:52 +0000
committerMartin Wilke <miwi@FreeBSD.org>2007-11-05 10:15:52 +0000
commitd75bf79743f5e57fb7d461de3b9d9f9e7a060335 (patch)
treea37ce9090334c86311233f527fcca313f88571a6 /editors
parentb48927a25f58091b6e6029609991420a1a102c7d (diff)
downloadports-d75bf79743f5e57fb7d461de3b9d9f9e7a060335.tar.gz
ports-d75bf79743f5e57fb7d461de3b9d9f9e7a060335.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/cooledit/Makefile8
-rw-r--r--editors/cooledit/files/patch-widget-coollocal.h10
2 files changed, 11 insertions, 7 deletions
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile
index 2fa80b39f44f..2201f1f52b77 100644
--- a/editors/cooledit/Makefile
+++ b/editors/cooledit/Makefile
@@ -35,13 +35,7 @@ CFLAGS+= -DHAVE_MBRTOWC
CONFIGURE_ARGS+= --enable-NeXT-look
.endif
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-BROKEN= Broken with gcc 4.2
-.endif
-
post-patch:
@${REINPLACE_CMD} -e 's|po pixmap man|po man|g' ${WRKSRC}/Makefile.in
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/editors/cooledit/files/patch-widget-coollocal.h b/editors/cooledit/files/patch-widget-coollocal.h
new file mode 100644
index 000000000000..a44aded61133
--- /dev/null
+++ b/editors/cooledit/files/patch-widget-coollocal.h
@@ -0,0 +1,10 @@
+--- widget/coollocal.h.orig 2007-11-02 00:37:50.000000000 +0100
++++ widget/coollocal.h 2007-11-02 00:45:22.000000000 +0100
+@@ -49,7 +49,6 @@
+ int eh_picture (struct cool_widget *w, XEvent * xevent, CEvent * cwevent);
+ void drawstring_xy (Window win, int x, int y, const char *text);
+ void drawstring_xy_hotkey (Window win, int x, int y, const char *text, int hotkey);
+-int run_callbacks (CWidget * w, XEvent * xevent, CEvent * cwevent);
+ void process_external_focus (Window win, int type);
+ void focus_window (Window win);
+ void link_scrollbar_to_textbox (CWidget * w, CWidget * textbox, XEvent * xevent, CEvent * cwevent, int whichscrbutton);