1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/x11/fbpanel/files/patch-Makefile.common
Pav Lucistnik cf25cf8916 Add fbpanel, a lightweight, netwm compliant desktop panel. It includes
taskbar, pager, launchbar and more. Works nicely with Metacity, kwm,
xfce4...

PR:		ports/68917
Submitted by:	Tobias Roth <ports@fsck.ch>
2004-07-12 21:21:14 +00:00

15 lines
478 B
Plaintext

--- Makefile.common.orig Sat Jun 26 14:00:42 2004
+++ Makefile.common Sat Jun 26 14:03:02 2004
@@ -15,10 +15,9 @@
endif
endif
-CC = gcc
+CC ?= gcc
LIBS = $(shell pkg-config --libs gtk+-2.0 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0) -L/usr/X11R6/lib -lXmu
INCS = $(shell pkg-config --cflags gtk+-2.0 gdk-pixbuf-2.0 gdk-pixbuf-xlib-2.0)
-CFLAGS = -O2 # overwriten by command line or env. variable
CFLAGS += -Wall # always nice to have
ifneq (,$(DEVEL))
CFLAGS := -g -Wall