remove duplicate patch
PR: 16216 Submitted by: Matthew Reimer <mreimer@vpop.net>
This commit is contained in:
parent
d5ddd85f15
commit
814f1c72e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=24953
1 changed files with 0 additions and 16 deletions
|
@ -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))
|
||||
|
Loading…
Reference in a new issue