Files
macports-ports/editors/cssed/files/patch-src-Makefile.in.diff
barracuda156 ccc83d1f6d cssed: fix the build
Credit to @kencu for fixing build with Clang
Fixes: https://trac.macports.org/ticket/42008
Fixes: https://trac.macports.org/ticket/65784
2022-11-20 15:33:37 -08:00

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: