diff options
Diffstat (limited to 'dev-java/icedtea/files/icedtea-7-no_suffix.patch')
-rw-r--r-- | dev-java/icedtea/files/icedtea-7-no_suffix.patch | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-java/icedtea/files/icedtea-7-no_suffix.patch b/dev-java/icedtea/files/icedtea-7-no_suffix.patch deleted file mode 100644 index 61bbd09d84ee..000000000000 --- a/dev-java/icedtea/files/icedtea-7-no_suffix.patch +++ /dev/null @@ -1,25 +0,0 @@ -# HG changeset patch -# User Andrew John Hughes <ahughes@redhat.com> -# Date 1338297380 -3600 -# Node ID fb4e64ae06a31c878cc711579fe87a6f626f73fb -# Parent 2c3c929e038c6c64d79ecf98005f5fd2f4d0f37d -Don't add a suffix for building the default, IcedTea. - -2012-05-25 Andrew John Hughes <ahughes@redhat.com> - - * Makefile.am: - (versioning): Don't add a suffix if building - the default project, 'icedtea'. - -diff --git a/Makefile.am b/Makefile.am ---- a/Makefile.am -+++ b/Makefile.am -@@ -1435,7 +1435,7 @@ - echo "DISTRO_PACKAGE_VERSION=$(PKGVERSION)" \ - >>openjdk/jdk/make/common/shared/Defs.gmk ; - endif -- if test x"$(PROJECT_NAME)" != "xjdk7"; then \ -+ if test x"$(PROJECT_NAME)" != "xjdk7" && test x"$(PROJECT_NAME)" != "xicedtea"; then \ - proj_suffix="-$(PROJECT_NAME)"; \ - fi ; \ - if test x"$(VERSION_SUFFIX)" != "x"; then \ |