remove duplicate patch

PR:		16216
Submitted by:	Matthew Reimer <mreimer@vpop.net>
This commit is contained in:
Michael Haro 2000-01-22 22:27:38 +00:00
parent d5ddd85f15
commit 814f1c72e8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24953

View file

@ -1,16 +0,0 @@
--- 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))