mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
bf57334ca0
- The maintainer is now a committer. Reviewed by: Kim Culhan <kimc@w8hd.org>
17 lines
471 B
Plaintext
17 lines
471 B
Plaintext
--- src/lib/IV/Imakefile.orig Sat Sep 19 01:36:17 1992
|
|
+++ src/lib/IV/Imakefile Sat Jan 16 19:47:51 1999
|
|
@@ -32,7 +32,12 @@
|
|
$(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
|
|
+VERSION = 3.2
|
|
+.endif
|
|
|
|
KIT_CCFLAGS = KitFlags
|
|
LIBPATHS = -DIV_LIBALL='"$(ABSLIBALLDIR)"' -DX_LIBDIR='"$(XLIBDIR)"'
|