diff options
author | joerg <joerg@pkgsrc.org> | 2006-01-19 00:30:55 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-01-19 00:30:55 +0000 |
commit | ee35772fb5d590decf2978e1095ebd3def55b683 (patch) | |
tree | de6e19d46edc2f02255546f80aba6a516b1dfb34 /x11/xorg-imake | |
parent | 7ae869c51f4e6028593a907e1c5aed1a6fa6150e (diff) | |
download | pkgsrc-ee35772fb5d590decf2978e1095ebd3def55b683.tar.gz |
Revive former patch-am to get proper shared library names on DragonFly.
Diffstat (limited to 'x11/xorg-imake')
-rw-r--r-- | x11/xorg-imake/distinfo | 3 | ||||
-rw-r--r-- | x11/xorg-imake/patches/patch-ak | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/x11/xorg-imake/distinfo b/x11/xorg-imake/distinfo index 726933c1561..c11582cde81 100644 --- a/x11/xorg-imake/distinfo +++ b/x11/xorg-imake/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.17 2006/01/18 23:53:06 xtraeme Exp $ +$NetBSD: distinfo,v 1.18 2006/01/19 00:30:55 joerg Exp $ SHA1 (X11R6.9.0-src1.tar.gz) = a6c077ed8fdeee5fe1956a427c4cb0bc266e1bef RMD160 (X11R6.9.0-src1.tar.gz) = d12270a4f41a3ceee4bfd5da22d387a3aa707df8 @@ -15,3 +15,4 @@ SHA1 (patch-ag) = 79d826e9d8d4a05f250378814d47f0383ab2eafe SHA1 (patch-ah) = 4d4e00a8f9e226323975596070a8fb3f59c34b4d SHA1 (patch-ai) = eb3853e360dd5e05ca5978791734bcba5541b162 SHA1 (patch-aj) = 1343c744c3fde364b0407f24e09d0b11d5dcb8c4 +SHA1 (patch-ak) = 3686fea856a19acd3631c07f3ebfc9d2df1f12ec diff --git a/x11/xorg-imake/patches/patch-ak b/x11/xorg-imake/patches/patch-ak new file mode 100644 index 00000000000..1704195d2e0 --- /dev/null +++ b/x11/xorg-imake/patches/patch-ak @@ -0,0 +1,13 @@ +$NetBSD: patch-ak,v 1.3 2006/01/19 00:30:55 joerg Exp $ + +--- config/cf/bsdLib.rules.orig 2005-06-01 18:09:09.000000000 +0200 ++++ config/cf/bsdLib.rules +@@ -229,7 +229,7 @@ LintLibReferences(varname,libname,libsou + * InstallSharedLibrary - generate rules to install the shared library. + * NOTE: file must be executable, hence "INSTBINFLAGS" + */ +-#ifndef FreeBSDArchitecture ++#if !defined(FreeBSDArchitecture) || defined(DragonFlyArchitecture) + INSTALLMINORREV = true + #else + INSTALLMINORREV = false |