mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
I changed "--defentry" to "--entry" but everything else is Submitted by: Jeremy Lea <reg@shale.csir.co.za>
12 lines
275 B
Text
12 lines
275 B
Text
--- 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
|
|
;;
|