- Use external libtiff. - Unmark FORBIDDEN. - Unmark BROKEN since it seems to work on FreeBSD 6.X+ and !i386 now (at least the platforms I could test). Initial upgrade work by: fenner
19 lines
324 B
Text
19 lines
324 B
Text
|
|
$FreeBSD$
|
|
|
|
--- config/Imakefile.orig
|
|
+++ config/Imakefile
|
|
@@ -8,13 +8,3 @@
|
|
SUBDIRS = InterViews
|
|
|
|
MakeInSubdirs($(SUBDIRS))
|
|
-
|
|
-#if !InstallRelative
|
|
-install::
|
|
- MakeDir($(CONFIGDIR))
|
|
- $(INSTALL) -c $(INSTINCFLAGS) *.def* template *.mk $(CONFIGDIR)
|
|
-
|
|
-uninstall::
|
|
- (cd $(CONFIGDIR);$(RM) *.def* template *.mk)
|
|
-#endif
|
|
-
|