summaryrefslogtreecommitdiff
path: root/net/llnlxftp/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-03-22 23:33:47 +0000
committerjoerg <joerg>2006-03-22 23:33:47 +0000
commitea85154c53b75336753ae9ddec59f93ad800b0dc (patch)
tree15aa90ecd84801149a69e7a5274f89d221c9265c /net/llnlxftp/patches
parent3f72918f82d2fc5646b505cf2dd3f1ac6bb6ace7 (diff)
downloadpkgsrc-ea85154c53b75336753ae9ddec59f93ad800b0dc.tar.gz
Add DragonFly support. Add explicit rpath for /usr/pkg/lib for libXmu.
Diffstat (limited to 'net/llnlxftp/patches')
-rw-r--r--net/llnlxftp/patches/patch-aa6
-rw-r--r--net/llnlxftp/patches/patch-ac13
2 files changed, 16 insertions, 3 deletions
diff --git a/net/llnlxftp/patches/patch-aa b/net/llnlxftp/patches/patch-aa
index b71cb70b8eb..fe233c09d01 100644
--- a/net/llnlxftp/patches/patch-aa
+++ b/net/llnlxftp/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.1.1.1 2004/02/12 05:48:30 ben Exp $
+$NetBSD: patch-aa,v 1.2 2006/03/22 23:33:47 joerg Exp $
--- log.c.orig 1995-10-19 08:20:22.000000000 -0700
+++ log.c
@@ -6,11 +6,11 @@ $NetBSD: patch-aa,v 1.1.1.1 2004/02/12 05:48:30 ben Exp $
extern char *initial_logfile_name;
extern Display *display;
extern int print_password_in_debug;
-+#if !defined(__NetBSD__)
++#if !defined(__NetBSD__) && !defined(__DragonFly__)
extern int sys_nerr;
-#if !defined(__FreeBSD__) && !defined(__MACHTEN_PPC__)
+#endif
-+#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__MACHTEN_PPC__)
++#if !defined(__NetBSD__) && !defined(__FreeBSD__) && !defined(__MACHTEN_PPC__) && !defined(__DragonFly__)
extern char *sys_errlist[];
#endif
diff --git a/net/llnlxftp/patches/patch-ac b/net/llnlxftp/patches/patch-ac
new file mode 100644
index 00000000000..fc7e55ef037
--- /dev/null
+++ b/net/llnlxftp/patches/patch-ac
@@ -0,0 +1,13 @@
+$NetBSD: patch-ac,v 1.1 2006/03/22 23:33:47 joerg Exp $
+
+--- Imakefile.orig 2006-03-22 23:22:55.000000000 +0000
++++ Imakefile
+@@ -93,7 +93,7 @@ CCOPTIONS = -Aa -D_HPUX_SOURCE -I/usr/in
+ LOCAL_LIBRARIES = -L/usr/lib/$(MOTIF_VER) -lXm $(XTOOLLIB) $(XLIB) $(SOCKS_LIBS)
+ #else
+ #ifndef XMLIB
+-XMLIB = -lXm
++XMLIB = ${COMPILER_RPATH_FLAG}${PREFIX}/lib -lXm
+ #endif
+ #ifdef XmClientLibs
+ LOCAL_LIBRARIES = XmClientLibs $(SOCKS_LIBS)