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
commit584e5697d4a3299a3f652ca4da66a60db3dedc14 (patch)
treef4fc0a98810c5aa95f82c4c3c5aebecbebde185e /misc/yrolo/patches
parent8e701ae872136d8f3ff62380f3ce2bbf77cd23e9 (diff)
downloadpkgsrc-584e5697d4a3299a3f652ca4da66a60db3dedc14.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