pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Fix missing appending operator.
Module Name: pkgsrc-wip
Committed By: Paolo Vincenzo Olivo <vms%retrobsd.ddns.net@localhost>
Pushed By: vms
Date: Sat Jun 25 19:48:36 2022 +0200
Changeset: c51e2b733504435e08349746a1d225c3da1b7575
Modified Files:
drawterm/Makefile
Log Message:
Fix missing appending operator.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c51e2b733504435e08349746a1d225c3da1b7575
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
drawterm/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diffs:
diff --git a/drawterm/Makefile b/drawterm/Makefile
index 2e1242d81b..e157b49491 100644
--- a/drawterm/Makefile
+++ b/drawterm/Makefile
@@ -26,7 +26,7 @@ MAKEFLAGS+= LDFLAGS+="${PTHREAD} -lpthread"
.else
MAKEFLAGS+= CFLAGS+="-I{WRKSRC} -I${WRKSRC}/include -I${WRKSRC}/kern"
MAKEFLAGS+= CFLAGS+="-g -c -I${X11}/include -D_THREAD_SAFE -O2"
-MAKEFLAGS+= LDFLAGS="-lpthread"
+MAKEFLAGS+= LDFLAGS+="-lpthread"
.endif
.if ${OPSYS:M*BSD}
@@ -57,6 +57,7 @@ SUBST_FILES.paths+= Make.unix
SUBST_SED.paths= -e 's,i.86/386,i86pc/amd64,'
. if ${OPSYS} == "SunOS" && empty(PKGSRC_COMPILER:Msunpro)
+# On Solaris 10, AUDIO=sun is most probably needed,
MAKEFLAGS+= CONF=unix AUDIO=unix
MAKEFLAGS+= LDADD="-L${X11}/lib/64 -L${X11}/lib -lX11 -lX11 -lrt \
-lpthread -lsocket -lnsl"
Home |
Main Index |
Thread Index |
Old Index