Index: head/x11-toolkits/xforms/Makefile =================================================================== --- head/x11-toolkits/xforms/Makefile (revision 380828) +++ head/x11-toolkits/xforms/Makefile (revision 380829) @@ -1,32 +1,36 @@ # Created by: gena # $FreeBSD$ PORTNAME= xforms DISTVERSION= 1.2.4 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= x11-toolkits graphics MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical user interface toolkit for X Window System LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING.LIB LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ libtiff.so:${PORTSDIR}/graphics/tiff USES= libtool USE_XORG= xpm USE_GL= gl USE_LDCONFIG= yes GNU_CONFIGURE= yes 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