]> git.pld-linux.org Git - packages/gd.git/blob - gd-no_ldflags_in_gdlib-config.patch
- small fix
[packages/gd.git] / gd-no_ldflags_in_gdlib-config.patch
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
3 @@ -62,7 +62,7 @@
4         echo @GDLIB_REVISION@
5         ;;
6      --ldflags)
7 -       echo @LDFLAGS@
8 +       echo "-L/usr/X11R6/lib"
9         ;;
10      --libs)
11         echo @LIBS@
12 @@ -74,7 +71,7 @@
13         echo "GD library  @VERSION@"
14         echo "includedir: $includedir"
15         echo "cflags:     -I@includedir@"
16 -       echo "ldflags:    @LDFLAGS@"
17 +       echo "ldflags:    -L/usr/X11R6/lib"
18         echo "libs:       @LIBS@"
19         echo "libdir:     $libdir"
20         ;;
This page took 0.026414 seconds and 3 git commands to generate.