public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-apps/xkbset/files: xkbset-0.5-ldflags.patch
@ 2009-12-28 19:38 Harald van Dijk (truedfx)
  0 siblings, 0 replies; only message in thread
From: Harald van Dijk (truedfx) @ 2009-12-28 19:38 UTC (permalink / raw
  To: gentoo-commits

truedfx     09/12/28 19:38:45

  Added:                xkbset-0.5-ldflags.patch
  Log:
  New package, ebuild based on Kevin Fullerton's (#185954)
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  x11-apps/xkbset/files/xkbset-0.5-ldflags.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xkbset/files/xkbset-0.5-ldflags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xkbset/files/xkbset-0.5-ldflags.patch?rev=1.1&content-type=text/plain

Index: xkbset-0.5-ldflags.patch
===================================================================
--- xkbset-0.5/Makefile
+++ xkbset-0.5/Makefile
@@ -11,7 +11,7 @@
 all: xkbset xkbset.1
 
 xkbset: getargs.o print.o usage.o main.o misc.o
-	${CC} ${CFLAGS} ${INC_PATH} ${LIB_PATH} getargs.o print.o usage.o main.o misc.o -o $@ ${LIBS}
+	${CC} ${CFLAGS} ${LDFLAGS} ${INC_PATH} ${LIB_PATH} getargs.o print.o usage.o main.o misc.o -o $@ ${LIBS}
 
 getargs.o: getargs.c xkbset.h
 	${CC} ${CFLAGS} ${INC_PATH} ${LIB_PATH} -c getargs.c






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-28 19:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-28 19:38 [gentoo-commits] gentoo-x86 commit in x11-apps/xkbset/files: xkbset-0.5-ldflags.patch Harald van Dijk (truedfx)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox