diff options
author | Seigo Tanimura <tanimura@FreeBSD.org> | 2000-01-25 02:35:00 +0000 |
---|---|---|
committer | Seigo Tanimura <tanimura@FreeBSD.org> | 2000-01-25 02:35:00 +0000 |
commit | bf57334ca05803deee2cd41ed90862ae307b4f73 (patch) | |
tree | 2ff5f4bfb5d7b7594cef6443738477a51e20f71d /x11-toolkits/iv/files/patch-bc | |
parent | fix MASTER_SITES (diff) |
- Update to 3.2a.
- The maintainer is now a committer.
Reviewed by: Kim Culhan <kimc@w8hd.org>
Diffstat (limited to 'x11-toolkits/iv/files/patch-bc')
-rw-r--r-- | x11-toolkits/iv/files/patch-bc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-toolkits/iv/files/patch-bc b/x11-toolkits/iv/files/patch-bc new file mode 100644 index 000000000000..64bf06f90a8b --- /dev/null +++ b/x11-toolkits/iv/files/patch-bc @@ -0,0 +1,16 @@ +--- src/lib/Unidraw/Imakefile.orig Sat Oct 31 08:32:58 1992 ++++ src/lib/Unidraw/Imakefile Sat Jan 16 19:49:31 1999 +@@ -5,7 +5,12 @@ + #ifdef InObjectCodeDir + + LIB = Unidraw +-VERSION = 3.1 ++#VERSION = 3.1 ++.if defined(PORTOBJFORMAT) && ($(PORTOBJFORMAT) == "elf") ++VERSION = 3 ++.else ++VERSION = 3.2 ++.endif + + MakeLibrary($(LIB),$(VERSION)) + |