public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-board/pokerth/files: pokerth-1.0.1-underlinking.patch
Date: Thu, 23 May 2013 22:05:06 +0000 (UTC)	[thread overview]
Message-ID: <20130523220506.D74742171E@flycatcher.gentoo.org> (raw)

mr_bones_    13/05/23 22:05:06

  Added:                pokerth-1.0.1-underlinking.patch
  Log:
  version bump (bug #471108)
  
  (Portage version: 2.1.11.62/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  games-board/pokerth/files/pokerth-1.0.1-underlinking.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-1.0.1-underlinking.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/pokerth/files/pokerth-1.0.1-underlinking.patch?rev=1.1&content-type=text/plain

Index: pokerth-1.0.1-underlinking.patch
===================================================================
From: Julian Ospald <hasufell@gentoo.org>
Date: Thu Aug 16 22:25:12 UTC 2012
Subject: build system

fix compilation for linkers that don't permit underlinking
reorder linker line to fix issues with as-needed

--- pokerth_server.pro
+++ pokerth_server.pro
@@ -114,8 +114,8 @@
 LIBS += -lpokerth_lib \
 	-lpokerth_db \
 	-lpokerth_protocol \
-	-lcurl \
-	-lircclient
+	-lircclient \
+	$$system(pkg-config --libs --static libcurl)
 
 win32 {
 	DEFINES += CURL_STATICLIB





             reply	other threads:[~2013-05-23 22:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-23 22:05 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-07-16  1:57 [gentoo-commits] gentoo-x86 commit in games-board/pokerth/files: pokerth-1.0.1-underlinking.patch Michael Sterrett (mr_bones_)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130523220506.D74742171E@flycatcher.gentoo.org \
    --to=mr_bones_@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox