freebsd-ports/japanese/iv/files/patch-aj
Satoshi Taoka 418136972c Modified to build on 4-current
PR:		13744
Submiited by:	maintainer
1999-09-20 05:36:53 +00:00

14 lines
311 B
Text

--- 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 defined(PORTOBJFORMAT) && ($(PORTOBJFORMAT) == "elf")
+VERSION = 3
+.else
VERSION = 3.1
+.endif
MakeLibrary($(LIB),$(VERSION))