freebsd-ports/x11-toolkits/iv/files/patch-bc
Seigo Tanimura bf57334ca0 - Update to 3.2a.
- The maintainer is now a committer.

Reviewed by:	Kim Culhan <kimc@w8hd.org>
2000-01-25 02:35:00 +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.2
+.endif
MakeLibrary($(LIB),$(VERSION))