mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
cf25cf8916
taskbar, pager, launchbar and more. Works nicely with Metacity, kwm, xfce4... PR: ports/68917 Submitted by: Tobias Roth <ports@fsck.ch>
15 lines
478 B
Plaintext
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
|