pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/49803: net/synergy does not compile on Solaris
The following reply was made to PR pkg/49803; it has been noted by GNATS.
From: Tobias Nygren <tnn%NetBSD.org@localhost>
To: joern.clausen%uni-bielefeld.de@localhost
Cc: gnats-bugs%NetBSD.org@localhost
Subject: Re: pkg/49803: net/synergy does not compile on Solaris
Date: Tue, 31 Mar 2015 09:52:12 +0200
Hello!
Please try this:
.include "../../mk/endian.mk"
.if ${MACHINE_ENDIAN} == "big"
CFLAGS+= -DUSYNERGY_BIG_ENDIAN
.else
CFLAGS+= -DUSYNERGY_LITTLE_ENDIAN
.endif
Home |
Main Index |
Thread Index |
Old Index