voyageur    15/04/17 11:56:48

  Added:                wmmenu-1.3-Makefile.patch
  Log:
  Version bump with new homepage, ebuild cleanup
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
00F7AB331B0F097F)

Revision  Changes    Path
1.1                  x11-plugins/wmmenu/files/wmmenu-1.3-Makefile.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmenu/files/wmmenu-1.3-Makefile.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmenu/files/wmmenu-1.3-Makefile.patch?rev=1.1&content-type=text/plain

Index: wmmenu-1.3-Makefile.patch
===================================================================
--- Makefile.orig       2015-04-17 13:43:08.122972280 +0200
+++ Makefile    2015-04-17 13:43:11.569975854 +0200
@@ -14,12 +14,12 @@
 PIXBUF_LIB := -rdynamic -L$(shell $(PIXBUF_CFG) --variable=prefix)/lib 
-lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0
 endif
 
-CC = gcc #-g
-CFLAGS = -pipe -O2
-CPPFLAGS = -MMD -ansi -pedantic -Wall
+CC ?= gcc #-g
+CFLAGS ?= -pipe -O2
+CPPFLAGS ?= -MMD -ansi -pedantic -Wall
 INCDIRS = $(PIXBUF_INC)
 DEFINES = -DETCDIR='"$(ETCDIR)"' $(PIXBUF_DEF)
-LDFLAGS = -s
+LDFLAGS ?= -s
 LIBDIRS = $(PIXBUF_LIB)
 LDLIBS = -ldockapp -lXpm -lXext -lX11 -lm
 




Reply via email to