From 7c37e252be134273bdb8e5ad7cd703c7c96bf40f Mon Sep 17 00:00:00 2001 From: gahr Date: Thu, 17 Nov 2011 13:06:49 +0000 Subject: - Unbreak - fix build with latest x11-toolkits/fltk - Remove Rotated patch, now it works correctly Feature safe: yes --- x11-wm/flwm/Makefile | 4 ++-- x11-wm/flwm/files/patch-Rotated.C | 14 -------------- 2 files changed, 2 insertions(+), 16 deletions(-) delete mode 100644 x11-wm/flwm/files/patch-Rotated.C (limited to 'x11-wm/flwm') diff --git a/x11-wm/flwm/Makefile b/x11-wm/flwm/Makefile index 0de2e0b31cd3..02a3a81f5b99 100644 --- a/x11-wm/flwm/Makefile +++ b/x11-wm/flwm/Makefile @@ -17,11 +17,11 @@ COMMENT= The Fast Light Window Manager LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk -BROKEN= does not compile - USE_XORG= x11 xt GNU_CONFIGURE= yes +CFLAGS+= -DFL_LIBRARY + MAN1= flwm.1 PLIST_FILES= bin/flwm diff --git a/x11-wm/flwm/files/patch-Rotated.C b/x11-wm/flwm/files/patch-Rotated.C deleted file mode 100644 index 8150bcf971a2..000000000000 --- a/x11-wm/flwm/files/patch-Rotated.C +++ /dev/null @@ -1,14 +0,0 @@ ---- Rotated.C.orig 2008-12-07 22:19:57.000000000 +0100 -+++ Rotated.C 2008-12-07 22:20:12.000000000 +0100 -@@ -368,9 +368,11 @@ - } - - void draw_rotated(const char* text, int n, int x, int y, int angle) { -+#if 0 - if (!text || !*text) return; - setrotfont(angle); - XRotDrawString(fl_display, font, fl_window, fl_gc, x, y, text, n); -+#endif - } - - #if !defined(FLWM) || FL_MAJOR_VERSION>=2 -- cgit