Sophie

Sophie

distrib > Mandriva > mes5 > i586 > by-pkgid > da51267f905113977546adacac2767a3 > files > 3

groff-1.19.1-12mdv2009.0.src.rpm

--- groff-1.17.2/src/utils/pfbtops/Makefile.sub.libsupc++	2000-02-06 04:37:23.000000000 -0500
+++ groff-1.17.2/src/utils/pfbtops/Makefile.sub	2002-07-31 14:32:40.000000000 -0400
@@ -2,5 +2,6 @@ PROG=pfbtops
 MAN1=pfbtops.n
 OBJS=pfbtops.o
 CSRCS=$(srcdir)/pfbtops.c
+SUPCXX=-lsupc++
 XLIBS=$(LIBGROFF)
 MLIB=$(LIBM)
--- groff-1.17.2/Makefile.cpg.libsupc++	2000-02-06 04:34:29.000000000 -0500
+++ groff-1.17.2/Makefile.cpg	2002-07-31 14:33:04.000000000 -0400
@@ -9,7 +9,7 @@ MAKEFILEPARTS=\
 all: $(PROG) $(MANPAGES)
 
 $(PROG): $(OBJS) $(XLIBS)
-	$(LINK.c) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB)
+	$(LINK.c) -o $@ $(OBJS) $(XLIBS) $(LIBS) $(MLIB) $(SUPCXX)
 
 install_bin: install_prog
 install_prog: $(PROG)