freebsd-ports/audio/xamp/files/patch-ae

12 lines
290 B
Text
Raw Normal View History

--- Makefile.in.orig Fri Jul 31 02:48:02 1998
+++ Makefile.in Tue May 30 01:29:51 2000
@@ -58,7 +58,7 @@
cd pixmaps ; make
xamp: images $(OBJ)
- $(CC) -o xamp $(OBJ) $(LDFLAGS) $(LIBS)
+ $(CXX) -o xamp $(OBJ) $(LDFLAGS) $(LIBS)
install:
$(INSTALL) -m 755 xamp $(DESTDIR)/xamp