mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Use $(CXX) as linker to fix problem on 3.0.
This commit is contained in:
parent
c8952a8dd0
commit
cf58d22a41
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=16538
@ -1,5 +1,5 @@
|
||||
--- Makefile.in.orig Tue Feb 10 16:37:20 1998
|
||||
+++ Makefile.in Sun Sep 27 20:24:53 1998
|
||||
--- Makefile.in.orig Wed Feb 11 07:37:20 1998
|
||||
+++ Makefile.in Wed Feb 3 23:00:03 1999
|
||||
@@ -14,7 +14,8 @@
|
||||
DEFINES = -DOS_@OS_TYPE@ -DARCH_@ARCH_TYPE@
|
||||
CFLAGS = @CFLAGS@ ${DEFINES} ${DEBUG} ${BACK}
|
||||
@ -20,3 +20,12 @@
|
||||
|
||||
all: xamp
|
||||
|
||||
@@ -59,7 +63,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)
|
||||
|
Loading…
Reference in New Issue
Block a user