1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/math/octave-devel/files/patch-ab

13 lines
275 B
Plaintext
Raw Normal View History

--- configure.orig Thu May 21 20:16:26 1998
+++ configure Wed May 12 16:34:24 1999
@@ -5875,6 +5875,9 @@
unwind-prot.o: unwind-prot.cc
$(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
+
+xdiv.o: xdiv.cc
+ $(CXX) -c $(CPPFLAGS) $(CXXFLAGS_NO_PT_FLAGS) $<
EOF
;;