diff options
author | mharo <mharo@FreeBSD.org> | 2000-01-23 06:27:38 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-01-23 06:27:38 +0800 |
commit | 18c36af21a34fbb7c75c3f01ac8bbbe1abd46458 (patch) | |
tree | 21500317df705362151c4e28358f56aa4780c24e /x11-toolkits | |
parent | 18c9a4e8bf103e9f63ba7bdf70cbf6f145e758fa (diff) | |
download | freebsd-ports-gnome-18c36af21a34fbb7c75c3f01ac8bbbe1abd46458.tar.gz freebsd-ports-gnome-18c36af21a34fbb7c75c3f01ac8bbbe1abd46458.tar.zst freebsd-ports-gnome-18c36af21a34fbb7c75c3f01ac8bbbe1abd46458.zip |
remove duplicate patch
PR: 16216
Submitted by: Matthew Reimer <mreimer@vpop.net>
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/iv/files/patch-bc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-toolkits/iv/files/patch-bc b/x11-toolkits/iv/files/patch-bc deleted file mode 100644 index 14a0ee80faaa..000000000000 --- a/x11-toolkits/iv/files/patch-bc +++ /dev/null @@ -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)) - |