summaryrefslogtreecommitdiff
path: root/misc/yrolo/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-20 17:59:59 +0000
committerjoerg <joerg>2005-12-20 17:59:59 +0000
commit731c51fc4101633fc5d64fb9fc86ee0dd9656a8b (patch)
treef4fc0a98810c5aa95f82c4c3c5aebecbebde185e /misc/yrolo/patches
parent04f78fa12cb3e83a9a058ee371982d1a0534f613 (diff)
downloadpkgsrc-731c51fc4101633fc5d64fb9fc86ee0dd9656a8b.tar.gz
-lcompat needed for DragonFly as well. Include LDFLAGS on other systems
as well.
Diffstat (limited to 'misc/yrolo/patches')
-rw-r--r--misc/yrolo/patches/patch-aa6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/yrolo/patches/patch-aa b/misc/yrolo/patches/patch-aa
index eb675944a0b..6e971fe46a3 100644
--- a/misc/yrolo/patches/patch-aa
+++ b/misc/yrolo/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.5 2005/12/20 17:54:10 joerg Exp $
+$NetBSD: patch-aa,v 1.6 2005/12/20 17:59:59 joerg Exp $
--- Yrolo.tmpl.orig 1995-05-07 21:34:12.000000000 +0200
+++ Yrolo.tmpl
@@ -7,10 +7,10 @@ $NetBSD: patch-aa,v 1.5 2005/12/20 17:54:10 joerg Exp $
XCOMM
-LOCAL_LIBRARIES= XmClientLibs
-+#ifdef NetBSDArchitecture
++#if defined(NetBSDArchitecture) || defined(DragonFlyArchitecture)
+LOCAL_LIBRARIES= -lXm -lXt -lcompat ${LDFLAGS}
+#else
-+LOCAL_LIBRARIES= -lXm -lXt
++LOCAL_LIBRARIES= -lXm -lXt ${LDFLAGS}
+#endif
#ifdef HPArchitecture