summaryrefslogtreecommitdiff
path: root/textproc/jade/patches/patch-ah
blob: 1665bd25cdc1a243c8debf1a01767bc7e687ab10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ah,v 1.3 2002/08/25 18:40:05 jlam Exp $
--- Makefile.lib.in.orig	Mon Aug 12 16:56:51 2002
+++ Makefile.lib.in	Mon Aug 12 16:56:48 2002
@@ -18,7 +18,7 @@
 	echo 'LT_OBJS='`echo $(OBJS)|sed 's/\.o/.lo/g'` >Makefile.lt
 
 lib$(LIB).la: $(LT_OBJS)
-	$(LIBTOOL) --mode=link $(CC) -o lib$(LIB).la $(LT_OBJS) \
+	$(LIBTOOL) --mode=link $(CXX) -o lib$(LIB).la $(LT_OBJS) \
 	    -rpath $(libdir) -version-info $(LTVERSION) $(DEPLIBS)
 
 install: