1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-toolkits/iv/files/patch-bc
Steve Price 854635b423 Correct build on ELF and add maintainer.
PR:		9594
Submitted by:	Seigou Tanimura <tanimura@naklab.dnj.ynu.ac.jp>
1999-01-26 02:40:32 +00:00

17 lines
348 B
Plaintext

--- 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.1
+.endif
MakeLibrary($(LIB),$(VERSION))