diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-11-05 09:07:44 +0000 |
commit | b1cf59535c70b37f79dbb4a7374b9908cd760c4c (patch) | |
tree | de86c8c77ebfec33fb4888f702c1c1fc593cce83 /japanese/iv/files/patch-ae | |
parent | - update for cairo release (diff) |
Remove expired ports
Notes
Notes:
svn path=/head/; revision=147349
Diffstat (limited to 'japanese/iv/files/patch-ae')
-rw-r--r-- | japanese/iv/files/patch-ae | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/japanese/iv/files/patch-ae b/japanese/iv/files/patch-ae deleted file mode 100644 index 37d98d34bf5b..000000000000 --- a/japanese/iv/files/patch-ae +++ /dev/null @@ -1,27 +0,0 @@ ---- src/lib/IV/Imakefile.orig Wed Oct 7 13:46:44 1998 -+++ src/lib/IV/Imakefile Wed Oct 7 15:57:25 1998 -@@ -18,11 +18,6 @@ - $(DISPATCH)/iohandler.$(CCSUFFIX) - #endif - --#ifdef SharedCCFlags --#undef SharedCCFlags --#define SharedCCFlags -PIC --#endif -- - INTERVIEWS = $(SRC)/../InterViews - IV_2_6 = $(SRC)/../IV-2_6 - IV_X11 = $(SRC)/../IV-X11 -@@ -37,7 +32,11 @@ - $(OS)$(SLASH)*.$(CCSUFFIX) - /* TIFF not included because it can't use the same flags */ - LIB = IV --VERSION = 3.1 -+.if defined(PORTOBJFORMAT) && ($(PORTOBJFORMAT) == "elf") -+VERSION = 3 -+.else -+VERSION = 3.1 -+.endif - - KIT_CCFLAGS = KitFlags - LIBPATHS = -DIV_LIBALL='"$(ABSLIBALLDIR)"' -DX_LIBDIR='"$(XLIBDIR)"' |