summaryrefslogtreecommitdiff
path: root/cad/pdnmesh
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-04-19 07:01:00 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-04-19 07:01:00 +0000
commit3db5fa7144b6febfeb4fc45cd754134e02933ee5 (patch)
tree9acac19f909dd46e85a0bc91b0e813199d8259a9 /cad/pdnmesh
parentUpdate to 1.1.6. (diff)
Unbreak if Mesa/libglut not present.
Submitted by: maintainer Approved by: linimon (mentor)
Notes
Notes: svn path=/head/; revision=107540
Diffstat (limited to 'cad/pdnmesh')
-rw-r--r--cad/pdnmesh/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/cad/pdnmesh/Makefile b/cad/pdnmesh/Makefile
index 31b3d91c1b5c..e4667708826a 100644
--- a/cad/pdnmesh/Makefile
+++ b/cad/pdnmesh/Makefile
@@ -17,6 +17,7 @@ COMMENT= A finite element program
LIB_DEPENDS= gtkglext:${PORTSDIR}/x11-toolkits/gtkglext:install
+USE_REINPLACE= yes
USE_XLIB= yes
USE_GL= yes
GNU_CONFIGURE= yes
@@ -25,4 +26,9 @@ CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
MAN1= pdnmesh.1
MAN5= pdnmesh_input.5
+post-patch:
+.for FILE in ${DISTNAME}/src/contour.c
+ @${REINPLACE_CMD} -e "s/^\#include <GL\/glut.h>//g" ${WRKSRC}/${FILE}
+.endfor
+
.include <bsd.port.mk>