public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alfredo Tupone (tupone)" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-rpg/egoboo/files: egoboo-2.7.4-enet.patch
Date: Sat, 20 Feb 2010 22:35:17 +0000	[thread overview]
Message-ID: <E1Nixuv-0003iC-0q@stork.gentoo.org> (raw)

tupone      10/02/20 22:35:17

  Added:                egoboo-2.7.4-enet.patch
  Log:
  Version bump to 2.7.4 Bug #193403
  Fix ELF file installed in /usr/share. Bug #305243
  (Portage version: 2.1.7.16/cvs/Linux i686)

Revision  Changes    Path
1.1                  games-rpg/egoboo/files/egoboo-2.7.4-enet.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/egoboo/files/egoboo-2.7.4-enet.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-rpg/egoboo/files/egoboo-2.7.4-enet.patch?rev=1.1&content-type=text/plain

Index: egoboo-2.7.4-enet.patch
===================================================================
--- game/Makefile.unix.old	2010-02-20 22:53:56.000000000 +0100
+++ game/Makefile.unix	2010-02-20 22:56:07.000000000 +0100
@@ -22,16 +22,16 @@
 
 CC      := gcc
 OPT     := -Os -Wall
-INC     := -I. -I../enet/include -I.. ${SDLCONF_I}
-CFLAGS  := ${OPT} ${INC}
-LDFLAGS := ${SDLCONF_L} -lSDL_ttf -lSDL_mixer -lGL -lGLU -lSDL_image
+INC     := -I. -I.. ${SDLCONF_I} -DENET11
+CFLAGS  := ${CFLAGS} ${INC}
+LDFLAGS := ${SDLCONF_L} -lenet -lSDL_ttf -lSDL_mixer -lGL -lGLU -lSDL_image
 
 EGO_BIN := egoboo
 
 all: ${EGO_BIN}
    
 
-${EGO_BIN}: ${EGO_OBJ} ${ENET_OBJ}
+${EGO_BIN}: ${EGO_OBJ}
 	${CC} -o $@ $^ ${LDFLAGS}
 
 install: ${EGO_BIN}






             reply	other threads:[~2010-02-20 22:35 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-20 22:35 Alfredo Tupone (tupone) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-02-21 11:20 [gentoo-commits] gentoo-x86 commit in games-rpg/egoboo/files: egoboo-2.7.4-enet.patch Michael Sterrett (mr_bones_)
2010-07-15  4:24 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=E1Nixuv-0003iC-0q@stork.gentoo.org \
    --to=tupone@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