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-arcade/digger/files: digger-20140423-ldflags.patch
Date: Thu, 24 Apr 2014 18:37:57 +0000 (UTC)	[thread overview]
Message-ID: <20140424183757.4491B2004C@flycatcher.gentoo.org> (raw)

mr_bones_    14/04/24 18:37:57

  Added:                digger-20140423-ldflags.patch
  Log:
  version bump
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.1                  games-arcade/digger/files/digger-20140423-ldflags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/digger/files/digger-20140423-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/digger/files/digger-20140423-ldflags.patch?rev=1.1&content-type=text/plain

Index: digger-20140423-ldflags.patch
===================================================================
diff -ru digger-digger.orig/Makefile digger-digger/Makefile
--- digger-digger.orig/Makefile	2013-10-11 04:56:41.000000000 -0400
+++ digger-digger/Makefile	2014-04-24 13:11:58.749211920 -0400
@@ -26,7 +26,7 @@
 ifeq ($(ARCH),"LINUX")
 OBJS	+= fbsd_sup.o	# strup()
 RCFLAGS	+= -DLINUX $(shell sdl-config --cflags)
-LIBS	+= $(shell sdl-config --libs) -lz
+LIBS	+= $(shell sdl-config --libs) -lX11 -lz
 ESUFFIX	=
 endif
 
@@ -40,7 +40,7 @@
 all: digger$(ESUFFIX)
 
 digger$(ESUFFIX): $(OBJS)
-	$(CC) -o digger$(ESUFFIX) $(OBJS) $(LIBS)
+	$(CC) $(LDFLAGS) -o digger$(ESUFFIX) $(OBJS) $(LIBS)
 
 $(OBJS): %.o: %.c
 	$(CC) -c $(RCFLAGS) $(CFLAGS) $< -o $@





             reply	other threads:[~2014-04-24 18:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-24 18:37 Michael Sterrett (mr_bones_) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-04-27 21:05 [gentoo-commits] gentoo-x86 commit in games-arcade/digger/files: digger-20140423-ldflags.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=20140424183757.4491B2004C@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