summaryrefslogtreecommitdiff
path: root/graphics/graphviz/patches/patch-bz
blob: cc094d14aaf520b071bb1c20d98cee57ff32383f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
$NetBSD: patch-bz,v 1.2 2004/12/24 18:26:57 seb Exp $

--- gd/Makefile.am.orig	2004-11-02 14:58:00.000000000 +0000
+++ gd/Makefile.am
@@ -4,8 +4,6 @@ html = gd.html
 
 AM_CPPFLAGS = @FT_INCLUDES@ @FC_INCLUDES@ @PNG_INCLUDES@ @JPEG_INCLUDES@ @Z_INCLUDES@
 
-htmldir = $(pkgdatadir)/doc/html
-
 if WITH_MYLIBGD
 pkginclude_HEADERS = gd.h gd_io.h gdcache.h gdfontg.h gdfontl.h gdfontmb.h \
 	gdfonts.h gdfontt.h gdhelpers.h jisx0208.h wbmp.h gdfx.h entities.h
@@ -14,7 +12,6 @@ noinst_PROGRAMS = annotate gdparttopng g
 	pngtogd2 webpng gd2togif gdcmpgif giftogd2 \
 	fontsizetest fontwheeltest gdtest gddemo gd2time gdtestft \
 	testac circletexttest testtr fontconfigtest gifanimtest
-html_DATA = $(html)
 endif
 
 libgvgd_la_SOURCES = gd.c gdfx.c gd_security.c gd_gd.c gd_gd2.c gd_io.c gd_io_dp.c \