aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ghc-bootstrap/build-hp2ps-twice.patch
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-05-14 12:26:19 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2017-05-17 13:50:14 +0000
commit0c605083d9c3944e36c12e796ee27f8f217d1524 (patch)
tree10b6f6b211dd3cf8eecff28198cfd49895395350 /testing/ghc-bootstrap/build-hp2ps-twice.patch
parentf267ad1d8d993fc0ad5e97a85413064231ae1286 (diff)
downloadaports-0c605083d9c3944e36c12e796ee27f8f217d1524.tar.bz2
aports-0c605083d9c3944e36c12e796ee27f8f217d1524.tar.xz
testing/ghc-bootstrap: remove, not needed anymore
Diffstat (limited to 'testing/ghc-bootstrap/build-hp2ps-twice.patch')
-rw-r--r--testing/ghc-bootstrap/build-hp2ps-twice.patch25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/ghc-bootstrap/build-hp2ps-twice.patch b/testing/ghc-bootstrap/build-hp2ps-twice.patch
deleted file mode 100644
index 47e8a8f266..0000000000
--- a/testing/ghc-bootstrap/build-hp2ps-twice.patch
+++ /dev/null
@@ -1,25 +0,0 @@
---- a/utils/hp2ps/ghc.mk 2017-02-25 22:37:12.000000000 -0600
-+++ b/utils/hp2ps/ghc.mk 2017-02-25 23:21:33.000000000 -0600
-@@ -17,10 +17,21 @@
- Utilities.c
- utils/hp2ps_dist_EXTRA_LIBRARIES = m
- utils/hp2ps_dist_PROGNAME = $(CrossCompilePrefix)hp2ps
--utils/hp2ps_dist_INSTALL = YES
-+utils/hp2ps_dist_INSTALL = NO
- utils/hp2ps_dist_INSTALL_INPLACE = YES
-
- utils/hp2ps_CC_OPTS += $(addprefix -I,$(GHC_INCLUDE_DIRS))
-
- $(eval $(call build-prog,utils/hp2ps,dist,0))
-
-+utils/hp2ps_dist-install_C_SRCS = AreaBelow.c Curves.c Error.c Main.c \
-+ Reorder.c TopTwenty.c AuxFile.c Deviation.c \
-+ HpFile.c Marks.c Scale.c TraceElement.c \
-+ Axes.c Dimensions.c Key.c PsFile.c Shade.c \
-+ Utilities.c
-+utils/hp2ps_dist-install_PROGNAME = hp2ps
-+utils/hp2ps_dist-install_TOPDIR = YES
-+utils/hp2ps_dist-install_INSTALL = YES
-+utils/hp2ps_dist-install_INSTALL_INPLACE = NO
-+
-+$(eval $(call build-prog,utils/hp2ps,dist-install,1))