ports/print/htmldoc/patches/patch-Makedefs_in

25 lines
517 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: Makedefs.in
--- Makedefs.in.orig
+++ Makedefs.in
@@ -43,7 +43,7 @@ INSTALL_MAN = $(INSTALL) -c -m 444
# Directories...
#
-BUILDROOT = $(DSTROOT)$(RPM_BUILD_ROOT)$(DESTDIR)
+BUILDROOT = ${WRKDIR}
bindir = @bindir@
datadir = @datadir@
datarootdir = @datarootdir@
@@ -80,11 +80,8 @@ OPTIM = @OPTIM@ @SSLFLAGS@
# Rules...
#
-.SILENT:
.SUFFIXES: .a .c .cxx .h .o
.c.o:
- echo Compiling $<...
$(CC) $(CPPFLAGS) $(CFLAGS) -c $<
.cxx.o:
- echo Compiling $<...
$(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $<