]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- our libXrandr.so is not linked with libXext.so
authorwolf <wolf@pld-linux.org>
Sat, 1 Nov 2003 20:40:36 +0000 (20:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icewm-broken-xrandr.patch -> 1.1

icewm-broken-xrandr.patch [new file with mode: 0644]

diff --git a/icewm-broken-xrandr.patch b/icewm-broken-xrandr.patch
new file mode 100644 (file)
index 0000000..732571f
--- /dev/null
@@ -0,0 +1,12 @@
+diff -ruN icewm-1.2.14pre1./src/Makefile.in icewm-1.2.14pre1/src/Makefile.in
+--- icewm-1.2.14pre1./src/Makefile.in  2003-11-01 11:43:13.000000000 +0100
++++ icewm-1.2.14pre1/src/Makefile.in   2003-11-01 21:37:16.000000000 +0100
+@@ -36,7 +36,7 @@
+ LFLAGS =      @LDFLAGS@
+ LIBS =          @LIBS@
+-CORE_LIBS =     @CORE_LIBS@ # `fc-config --libs`
++CORE_LIBS =     @CORE_LIBS@ -lXext # `fc-config --libs`
+ IMAGE_LIBS =    @IMAGE_LIBS@
+ AUDIO_LIBS =    @AUDIO_LIBS@
+ GNOME1_LIBS =    @GNOME1_LIBS@
This page took 0.116902 seconds and 4 git commands to generate.