summaryrefslogtreecommitdiff
path: root/x11-misc/xdesktopwaves/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-misc/xdesktopwaves/files
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-misc/xdesktopwaves/files')
-rw-r--r--x11-misc/xdesktopwaves/files/xdesktopwaves-1.3-gentoo.patch38
1 files changed, 0 insertions, 38 deletions
diff --git a/x11-misc/xdesktopwaves/files/xdesktopwaves-1.3-gentoo.patch b/x11-misc/xdesktopwaves/files/xdesktopwaves-1.3-gentoo.patch
deleted file mode 100644
index 80e219edc6a8..000000000000
--- a/x11-misc/xdesktopwaves/files/xdesktopwaves-1.3-gentoo.patch
+++ /dev/null
@@ -1,38 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -11,14 +11,13 @@
-
- #=========================== C compiler configuration ==========================
-
--CC = gcc
--CFLAGS = -I/usr/X11R6/include -O2
-+CFLAGS += $(shell pkg-config --cflags x11 xext)
-
- #============================= Linker configuration ============================
-
--LINK = gcc
--LFLAGS = -L/usr/X11R6/lib
--LIBS = -lm -lX11 -lXext
-+LINK = $(CC)
-+LFLAGS = $(LDFLAGS)
-+LIBS = -lm $(shell pkg-config --libs x11 xext)
-
- #============================ Installer configuration ==========================
-
---- a/xdwapi/Makefile
-+++ b/xdwapi/Makefile
-@@ -1,10 +1,9 @@
- # Makefile for the xdesktopwaves API and its demo program
-
--CC = gcc
--CFLAGS = -I/usr/X11R6/include -O2
--LINK = gcc
--LFLAGS = -L/usr/X11R6/lib
--LIBS = -lm -lX11
-+CFLAGS += $(shell pkg-config --cflags x11 xext)
-+LINK = $(CC)
-+LFLAGS = $(LDFLAGS)
-+LIBS = -lm $(shell pkg-config --libs x11 xext)
-
- all: xdwapidemo
-