1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/lang/guile/files/patch-ag
Justin M. Seger 7f2c5da3d9 Fix compilation on CURRENT
Submitted by:	Jeremy Lea <reg@FreeBSD.ORG>
PR:		ports/17899
2000-04-24 19:15:51 +00:00

12 lines
307 B
Plaintext

--- qt/Makefile.in.orig Mon Apr 24 14:53:57 2000
+++ qt/Makefile.in Mon Apr 24 14:54:33 2000
@@ -407,7 +407,7 @@
.s.lo:
- $(LIBTOOL) --mode=compile $(COMPILE) $(qthread_asflags) -c $<
+ $(LIBTOOL) --mode=compile $(CC) $(qthread_asflags) -c $<
qtmds.s:
${LN_S} ${srcdir}/${qtmds_s} qtmds.s
qtmdc.c: