]> git.pld-linux.org Git - packages/gd.git/blame - gd-no_ldflags_in_gdlib-config.patch
- small fix
[packages/gd.git] / gd-no_ldflags_in_gdlib-config.patch
CommitLineData
23215fe2 1--- gd-2.0.12/config/gdlib-config.in~ Wed Apr 23 19:26:02 2003
2+++ gd-2.0.12/config/gdlib-config.in Wed Apr 23 19:26:02 2003
6c3041ac 3@@ -62,7 +62,7 @@
23215fe2 4 echo @GDLIB_REVISION@
5 ;;
6c3041ac 6 --ldflags)
23215fe2 7- echo @LDFLAGS@
bb7b1933 8+ echo "-L/usr/X11R6/lib"
6c3041ac 9 ;;
23215fe2 10 --libs)
11 echo @LIBS@
6c3041ac 12@@ -74,7 +71,7 @@
23215fe2 13 echo "GD library @VERSION@"
14 echo "includedir: $includedir"
15 echo "cflags: -I@includedir@"
16- echo "ldflags: @LDFLAGS@"
c3467dff 17+ echo "ldflags: -L/usr/X11R6/lib"
23215fe2 18 echo "libs: @LIBS@"
19 echo "libdir: $libdir"
20 ;;
This page took 0.091964 seconds and 4 git commands to generate.