aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--x11-toolkits/xforms/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/xforms/Makefile b/x11-toolkits/xforms/Makefile
index 263f1e1325c8..bc35adf7a8b7 100644
--- a/x11-toolkits/xforms/Makefile
+++ b/x11-toolkits/xforms/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xforms
DISTVERSION= 1.2.4
-PORTREVISION= 2
+PORTREVISION= 3
PORTEPOCH= 1
CATEGORIES= x11-toolkits graphics
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
@@ -27,6 +27,10 @@ CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
+post-patch:
+ ${REINPLACE_CMD} 's|#define fl_draw_box|#define fl_drw_box|' \
+ ${WRKSRC}/lib/include/Basic.h
+
BROKEN_ia64= Does not compile on ia64
.include <bsd.port.mk>