You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
ccc83d1f6d
Credit to @kencu for fixing build with Clang Fixes: https://trac.macports.org/ticket/42008 Fixes: https://trac.macports.org/ticket/65784
12 lines
337 B
Diff
12 lines
337 B
Diff
--- src/Makefile.in 2005-10-14 23:41:52.000000000 +0200
|
|
+++ src/Makefile.in 2005-12-06 00:16:14.000000000 +0100
|
|
@@ -263,7 +263,7 @@
|
|
filetypes.h
|
|
|
|
cssed_LDADD = @PACKAGE_LIBS@ ../scintilla/gtk/libscintilla.a ../libcroco/parser/libcroco.a
|
|
-cssed_LINK = g++ -DGTK -o cssed
|
|
+cssed_LINK = $(CXX) -DGTK -o cssed
|
|
all: all-am
|
|
|
|
.SUFFIXES:
|