mirror of
https://git.freebsd.org/ports.git
synced 2025-06-25 22:50:32 -04:00
- 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
13 lines
238 B
Text
13 lines
238 B
Text
|
|
$FreeBSD$
|
|
|
|
--- src/glyphs/examples3.1/rubband/Imakefile.orig
|
|
+++ src/glyphs/examples3.1/rubband/Imakefile
|
|
@@ -4,6 +4,7 @@
|
|
|
|
OBJS = main.o
|
|
|
|
+OTHER_CCLDLIBS = $(TIFF_CCLDLIBS)
|
|
Use_libInterViews()
|
|
|
|
ComplexProgramTargetNoInstall(a.out)
|