makefile.mk (8e162c1b) makefile.mk (59dd616d)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 34 unchanged lines hidden (view full) ---

43
44TARFILE_NAME=Python-$(PYVERSION)
45TARFILE_MD5=6334b666b7ff2038c761d7b27ba699c1
46PATCH_FILES=\
47 python-solaris.patch \
48 python-freebsd.patch \
49 python-md5.patch \
50 python-ssl.patch \
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 34 unchanged lines hidden (view full) ---

43
44TARFILE_NAME=Python-$(PYVERSION)
45TARFILE_MD5=6334b666b7ff2038c761d7b27ba699c1
46PATCH_FILES=\
47 python-solaris.patch \
48 python-freebsd.patch \
49 python-md5.patch \
50 python-ssl.patch \
51 python-solver-before-std.patch \
51 python-$(PYVERSION)-sysbase.patch \
52 python-$(PYVERSION)-nohardlink.patch \
53 python-$(PYVERSION)-pcbuild.patch
54
55CONFIGURE_DIR=
56
57.IF "$(GUI)"=="UNX"
58BUILD_DIR=

--- 92 unchanged lines hidden ---
52 python-$(PYVERSION)-sysbase.patch \
53 python-$(PYVERSION)-nohardlink.patch \
54 python-$(PYVERSION)-pcbuild.patch
55
56CONFIGURE_DIR=
57
58.IF "$(GUI)"=="UNX"
59BUILD_DIR=

--- 92 unchanged lines hidden ---