diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-04 00:49:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-04 00:49:33 +0000 |
commit | c14bca9e6cf263b0c585bd1ca9ada4d2ce23e33c (patch) | |
tree | 5c7dd168b0d12db6b67aba9c162d2d2736b32ca0 /x11 | |
parent | e645310060af5f4d89a8e70e8897ef2e4c4bb294 (diff) | |
download | pkgsrc-c14bca9e6cf263b0c585bd1ca9ada4d2ce23e33c.tar.gz |
Use -lcompat on DragonFly and FreeBSD as well.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xphoon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xphoon/Makefile b/x11/xphoon/Makefile index f103d517d36..4b04d7d904d 100644 --- a/x11/xphoon/Makefile +++ b/x11/xphoon/Makefile @@ -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 @@ MAKE_FLAGS+= EXTRA_LOCAL_LIBS=${EXTRA_LOCAL_LIBS} GCC_REQD+= 2.95.3 .endif -.if ${OPSYS} == "NetBSD" +.if ${OPSYS} == "NetBSD" || ${OPSYS} == "DragonFly" || ${OPSYS} == "FreeBSD" EXTRA_LOCAL_LIBS= -lcompat .endif |