summaryrefslogtreecommitdiff
path: root/sysutils/mkhybrid
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-12-24 13:15:05 +0000
committertron <tron@pkgsrc.org>1999-12-24 13:15:05 +0000
commitf7c7e1c7ff8ea3b7e389b455124c4d8d00ec43bb (patch)
tree361fbd64f071c0b6226c9da41dfea8b1a0cd6505 /sysutils/mkhybrid
parent6af47186302b1297aa12a4393a62eaacf035e66d (diff)
downloadpkgsrc-f7c7e1c7ff8ea3b7e389b455124c4d8d00ec43bb.tar.gz
Make sure that the linker doesn't try to link with the "hfs" shared
library from the "libhfs" package.
Diffstat (limited to 'sysutils/mkhybrid')
-rw-r--r--sysutils/mkhybrid/files/patch-sum4
-rw-r--r--sysutils/mkhybrid/patches/patch-ag15
2 files changed, 14 insertions, 5 deletions
diff --git a/sysutils/mkhybrid/files/patch-sum b/sysutils/mkhybrid/files/patch-sum
index 3a21d97736e..1755832b53a 100644
--- a/sysutils/mkhybrid/files/patch-sum
+++ b/sysutils/mkhybrid/files/patch-sum
@@ -1,4 +1,4 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 14:23:09 agc Exp $
+$NetBSD: patch-sum,v 1.2 1999/12/24 13:15:05 tron Exp $
MD5 (patch-aa) = b564ab16cdfdac1957d6091e86442e8d
MD5 (patch-ab) = ea9d23c53c00cd711227dd28e7854160
@@ -6,4 +6,4 @@ MD5 (patch-ac) = e5d3512a69d12073e0311e56d3f45896
MD5 (patch-ad) = e24552ac5a188d246ce90abf814e7bca
MD5 (patch-ae) = 0f99958e066a59c55a3abdf044d40d5d
MD5 (patch-af) = 651615ad997c21a07c2db102c766b30e
-MD5 (patch-ag) = 4ae0faa309b3e608d4990ee2a9109771
+MD5 (patch-ag) = ff82ab7b57566862eaded784c9f60de0
diff --git a/sysutils/mkhybrid/patches/patch-ag b/sysutils/mkhybrid/patches/patch-ag
index 9e94ce2df57..c57da1f3568 100644
--- a/sysutils/mkhybrid/patches/patch-ag
+++ b/sysutils/mkhybrid/patches/patch-ag
@@ -1,7 +1,16 @@
-$NetBSD: patch-ag,v 1.1 1999/05/15 07:27:50 hubertf Exp $
+$NetBSD: patch-ag,v 1.2 1999/12/24 13:15:06 tron Exp $
---- Makefile.in.orig Sat May 15 09:16:08 1999
-+++ Makefile.in Sat May 15 09:16:21 1999
+--- Makefile.in.orig Tue Mar 16 23:17:02 1999
++++ Makefile.in Fri Dec 24 14:10:56 1999
+@@ -15,7 +15,7 @@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_DATA = @INSTALL_DATA@
+
+-LIBS = @LIBS@ -lhfs -lfile
++LIBS = @LIBS@ $(LIBHFS) $(LIBFILE)
+
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
@@ -68,7 +68,7 @@
apple_driver.o: apple_driver.c mac_label.h
$(CC) -c $(CFLAGS) $(srcdir)/apple_driver.c