mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
418136972c
PR: 13744 Submiited by: maintainer
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
--- 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))
|
|
|