pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xphoon Use -lcompat on DragonFly and FreeBSD as well.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbf56311abc9
branches:  trunk
changeset: 504072:bbf56311abc9
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Dec 04 00:49:33 2005 +0000

description:
Use -lcompat on DragonFly and FreeBSD as well.

diffstat:

 x11/xphoon/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5505869b3380 -r bbf56311abc9 x11/xphoon/Makefile
--- a/x11/xphoon/Makefile       Sun Dec 04 00:29:02 2005 +0000
+++ b/x11/xphoon/Makefile       Sun Dec 04 00:49:33 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2005/11/03 13:50:58 rillig Exp $
+# $NetBSD: Makefile,v 1.18 2005/12/04 00:49:33 joerg Exp $
 #
 
 DISTNAME=      xphoon.tar
@@ -24,7 +24,7 @@
 GCC_REQD+=     2.95.3
 .endif
 
-.if ${OPSYS} == "NetBSD"
+.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD"
 EXTRA_LOCAL_LIBS=      -lcompat
 .endif
 



Home | Main Index | Thread Index | Old Index