1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/devel/libhoard/files/patch-Makefile
Sergey A. Osokin 48c379e356 Port does not compile on systems older than 5.1-RELEASE
(needs _SC_NPROCESSORS_ONLN).
Respect CC, CXX, CFLAGS and CXXFLAGS.

Pointed out by:	kris
Approved by:	fjoe (mentor)
2003-06-25 14:37:49 +00:00

12 lines
289 B
Plaintext

--- Makefile.orig Wed Jun 25 17:44:34 2003
+++ Makefile Wed Jun 25 17:45:03 2003
@@ -37,7 +37,7 @@
$(LIBSO) libhoard.o $(OBJS) -o $@ $(LIBS)
libhoard.o: libhoard.cpp $(SRCS)
- $(CXX) $(CXXFLAGS) -c $< -o $@
+ $(CXX) $(CXXFLAGS) $(FEATURESXX) -c $< -o $@
endif
ifeq ($(WINDOWS),1)