mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
58e4d46002
PR: 18882 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
290 B
Plaintext
12 lines
290 B
Plaintext
--- 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
|