]> git.pld-linux.org Git - packages/idesk.git/commitdiff
4c87edbc3d7db462df576b7e26a04161 idesk-0.3.5.tar.gz
authordepesz <depesz@depesz.pl>
Wed, 4 Dec 2002 12:59:54 +0000 (12:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
patch fixing make problems

Changed files:
    idesk-paths.patch -> 1.1

idesk-paths.patch [new file with mode: 0644]

diff --git a/idesk-paths.patch b/idesk-paths.patch
new file mode 100644 (file)
index 0000000..6b5ca99
--- /dev/null
@@ -0,0 +1,11 @@
+diff -Nru idesk-0.3.5.orig/Makefile idesk-0.3.5/Makefile
+--- idesk-0.3.5.orig/Makefile  Sat Nov  9 19:06:52 2002
++++ idesk-0.3.5/Makefile       Wed Dec  4 13:03:17 2002
+@@ -1,6 +1,6 @@
+ cc       = g++
+ #cflags   = -g -O2 -W -Wall
+-cflags         = -g -O2
++cflags         = -g -O2 `imlib-config --cflags`
+ libs   = `imlib-config --libs` -lXft
+ bin      = idesk
This page took 0.057486 seconds and 4 git commands to generate.