openbsd-ports/x11/transset-df/patches/patch-Makefile
jasper 3398effc93 import transset-df 6
transset-df is a heavily patched version of xorg's transset. It is used
to set the transparency of windows in X with the xcomposite extension.
It adds several command line options to make it easier to use directly,
bound to hot keys in your window manager, or through scripts. These
include the ability to select a window by window ID.

ok ajacoutot@
2007-11-05 20:01:36 +00:00

12 lines
350 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2007/11/05 20:01:36 jasper Exp $
--- Makefile.orig Tue Jan 10 22:34:56 2006
+++ Makefile Sun Nov 4 19:59:45 2007
@@ -1,7 +1,6 @@
PACKAGES=xcomposite xfixes xdamage xrender
LIBS=`pkg-config --libs ${PACKAGES}` -lm
INCS=`pkg-config --cflags ${PACKAGES}`
-CFLAGS = -Wall
.c.o:
$(CC) $(CFLAGS) $(INCS) -c $*.c