From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15CAF139083 for ; Sat, 23 Dec 2017 13:11:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BC37E0D8F; Sat, 23 Dec 2017 13:11:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5DEAEE0D4C for ; Sat, 23 Dec 2017 13:11:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0F283340754 for ; Sat, 23 Dec 2017 13:11:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9795AE90 for ; Sat, 23 Dec 2017 13:11:17 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1514034535.27eea5e0324c292ab4dbc5f8e9f14c9a6bcdc2a0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/vor/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-arcade/vor/files/vor-0.5.5-underlink.patch X-VCS-Directories: games-arcade/vor/files/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 27eea5e0324c292ab4dbc5f8e9f14c9a6bcdc2a0 X-VCS-Branch: master Date: Sat, 23 Dec 2017 13:11:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 01898934-0a78-4326-bf86-f10144b2e572 X-Archives-Hash: a09a8a1f3bd56f79a05fcd315affad25 commit: 27eea5e0324c292ab4dbc5f8e9f14c9a6bcdc2a0 Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Dec 22 15:18:22 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Dec 23 13:08:55 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27eea5e0 games-arcade/vor: remove unused patch games-arcade/vor/files/vor-0.5.5-underlink.patch | 26 ------------------------ 1 file changed, 26 deletions(-) diff --git a/games-arcade/vor/files/vor-0.5.5-underlink.patch b/games-arcade/vor/files/vor-0.5.5-underlink.patch deleted file mode 100644 index 0645c569573..00000000000 --- a/games-arcade/vor/files/vor-0.5.5-underlink.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- Makefile.in -+++ Makefile.in -@@ -43,7 +43,7 @@ - SDL_CFLAGS := @SDL_CFLAGS@ - SDL_LIBS := @SDL_LIBS@ - --ldflags := $(SDL_LIBS) -lSDL_image -lSDL_mixer $(LDFLAGS) -+ldflags := $(LIBS) $(SDL_LIBS) $(LDFLAGS) - cflags := -I. $(SDL_CFLAGS) $(paths) $(CFLAGS) - - my_objects := args.@OBJEXT@ dust.@OBJEXT@ file.@OBJEXT@ mt.@OBJEXT@ rocks.@OBJEXT@ score.@OBJEXT@ sprite.@OBJEXT@ sound.@OBJEXT@ autopilot.@OBJEXT@ - ---- configure.ac -+++ configure.ac -@@ -12,6 +12,11 @@ - AC_PROG_MAKE_SET - - # Checks for libraries. -+dnl Check for libm for sqrt() -+AC_SEARCH_LIBS([sqrt], [m], [], [ -+ AC_MSG_ERROR([unable to find the sqrt() function]) -+]) -+ - AC_CHECK_LIB([SDL_image], [IMG_LoadPNG_RW]) - AC_CHECK_LIB([SDL_mixer], [Mix_OpenAudio]) -