public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-plugins/wmalms/files: wmalms-1.1.1-makefile.patch
@ 2008-02-01 12:21 Michele Noberasco (s4t4n)
  0 siblings, 0 replies; only message in thread
From: Michele Noberasco (s4t4n) @ 2008-02-01 12:21 UTC (permalink / raw
  To: gentoo-commits

s4t4n       08/02/01 12:21:13

  Added:                wmalms-1.1.1-makefile.patch
  Log:
  Revision bump, with patch to honour LDFLAGS, crosscompile, and general QA. Wiped out oldest version. Closes bug #207945
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.1                  x11-plugins/wmalms/files/wmalms-1.1.1-makefile.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmalms/files/wmalms-1.1.1-makefile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/wmalms/files/wmalms-1.1.1-makefile.patch?rev=1.1&content-type=text/plain

Index: wmalms-1.1.1-makefile.patch
===================================================================
--- Makefile.in.orig	2003-10-12 23:42:01.000000000 +0200
+++ Makefile.in	2008-01-28 19:49:08.000000000 +0100
@@ -45,7 +45,7 @@
 	rm -rf *.cache 
 
 wmalms: wmalms.dep  $(MODULES)
-	gcc -o wmalms $(CFLAGS) $(MODULES) $(LIBDIR) -lX11 -lXpm $(LIBEXT) $(LIBLMS)
+	$(CC) -o wmalms $(CFLAGS) $(MODULES) $(LIBDIR) $(LDFLAGS) -lX11 -lXpm $(LIBEXT) $(LIBLMS)
 	@echo $(SEP)
 	@echo "You've done it!"
 	@echo "Now log in as root and type 'make install' to install the binary and documents"
@@ -60,11 +60,11 @@
 	$(CC) $(CFLAGS) $(INCLUDES) -MM $(patsubst %.o,%.c,$(MODULES)) > wmalms.dep
 
 install:
-	$(INSTALL) -d  ${BINDIR}
-	$(INSTALL) -s  wmalms  ${BINDIR}
+	$(INSTALL) -d  $(DESTDIR)${BINDIR}
+	$(INSTALL) wmalms  $(DESTDIR)${BINDIR}
 ifneq ("$(WITH_RPM)", "yes")
-	$(INSTALL) -d  ${DOCDIR}
-	$(INSTALL)  README *.html  ${DOCDIR}
+	$(INSTALL) -d  $(DESTDIR)${DOCDIR}
+	$(INSTALL)  README manual.html  $(DESTDIR)${DOCDIR}
 endif
 	@echo $(SEP)
 	@echo "Installation of wmalms ${VERSION}  completed."



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-02-01 12:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-01 12:21 [gentoo-commits] gentoo-x86 commit in x11-plugins/wmalms/files: wmalms-1.1.1-makefile.patch Michele Noberasco (s4t4n)

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