summaryrefslogtreecommitdiff
path: root/graphics/libwmf/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libwmf/patches/patch-ac')
-rw-r--r--graphics/libwmf/patches/patch-ac36
1 files changed, 0 insertions, 36 deletions
diff --git a/graphics/libwmf/patches/patch-ac b/graphics/libwmf/patches/patch-ac
deleted file mode 100644
index 7b19d32d23f..00000000000
--- a/graphics/libwmf/patches/patch-ac
+++ /dev/null
@@ -1,36 +0,0 @@
-$NetBSD: patch-ac,v 1.5 2001/07/09 18:51:39 zuntum Exp $
-
---- xgd-1.7.3/Makefile.in.orig Tue Nov 14 19:32:11 2000
-+++ xgd-1.7.3/Makefile.in Sun Mar 4 15:50:03 2001
-@@ -45,7 +45,9 @@
-
- #Typical install locations for freetype, zlib, xpm and libpng header files.
- #If yours are somewhere else, change this.
--INCLUDEDIRS=
-+#Put -I. first so that old versions of the gd library elsewhere
-+#on your system can't cause conflicts while building a new one.
-+INCLUDEDIRS=-I.
-
- #Typical install locations for freetype, zlib, xpm and libpng libraries.
- #If yours are somewhere else, other than a standard location
-@@ -80,18 +82,10 @@
- BIN_PROGRAMS=pngtogd pngtogd2 gdtopng gd2topng gd2copypal gdparttopng webpng
- TEST_PROGRAMS=gdtest gddemo gd2time gdtestttf
-
--all: libxgd.a $(PROGRAMS)
-+all: libxgd.a
-
--install: libxgd.a $(BIN_PROGRAMS)
-+install: libxgd.a
- $(INSTALL) libxgd.a $(INSTALL_LIB)/libxgd.a
-- $(INSTALL) pngtogd $(INSTALL_BIN)/pngtogd
-- $(INSTALL) pngtogd2 $(INSTALL_BIN)/pngtogd2
-- $(INSTALL) gdtopng $(INSTALL_BIN)/gdtopng
-- $(INSTALL) gd2topng $(INSTALL_BIN)/gd2topng
-- $(INSTALL) gd2copypal $(INSTALL_BIN)/gd2copypal
-- $(INSTALL) gdparttopng $(INSTALL_BIN)/gdparttopng
-- $(INSTALL) webpng $(INSTALL_BIN)/webpng
-- $(INSTALL) bdftogd $(INSTALL_BIN)/bdftogd
- $(INSTALL_DATA) gd.h $(INSTALL_INCLUDE)/gd.h
- $(INSTALL_DATA) gdcache.h $(INSTALL_INCLUDE)/gdcache.h
- $(INSTALL_DATA) gd_io.h $(INSTALL_INCLUDE)/gd_io.h