mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
67c079774e
- Bump portrevision. PR: 236443 Submitted by: rsmith@xs4all.nl
12 lines
525 B
Plaintext
12 lines
525 B
Plaintext
--- libsrc/csg/Makefile.in.orig 2014-10-06 11:04:37 UTC
|
|
+++ libsrc/csg/Makefile.in
|
|
@@ -285,7 +285,7 @@ meshsurf.hpp solid.hpp triapprox.hpp csgeom.hpp edgefl
|
|
polyhedra.hpp specpoin.hpp csg.hpp explicitcurve2d.hpp identify.hpp \
|
|
revolution.hpp spline3d.hpp vscsg.hpp
|
|
|
|
-AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include $(TCL_INCLUDES)
|
|
+AM_CPPFLAGS = -I$(top_srcdir)/libsrc/include $(TCL_INCLUDES) $(TK_INCLUDES)
|
|
METASOURCES = AUTO
|
|
lib_LTLIBRARIES = libcsg.la $(am__append_1)
|
|
libcsg_la_SOURCES = algprim.cpp brick.cpp \
|