diff options
Diffstat (limited to 'japanese/iv/files/patch-aj')
-rw-r--r-- | japanese/iv/files/patch-aj | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/japanese/iv/files/patch-aj b/japanese/iv/files/patch-aj new file mode 100644 index 000000000000..b9452fd3f090 --- /dev/null +++ b/japanese/iv/files/patch-aj @@ -0,0 +1,14 @@ +--- src/lib/Unidraw/Imakefile.orig Sat Oct 31 08:32:58 1992 ++++ src/lib/Unidraw/Imakefile Wed Oct 7 15:55:02 1998 +@@ -5,7 +5,11 @@ + #ifdef InObjectCodeDir + + LIB = Unidraw ++.if ${PORTOBJFORMAT} == "elf" ++VERSION = 3 ++.else + VERSION = 3.1 ++.endif + + MakeLibrary($(LIB),$(VERSION)) + |