]> git.pld-linux.org Git - packages/gd.git/commitdiff
- empty ldflags instead of usage
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 12 Jun 2003 14:32:29 +0000 (14:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gd-no_ldflags_in_gdlib-config.patch -> 1.2

gd-no_ldflags_in_gdlib-config.patch

index 7d57384956ce8550dd3d9a44511a3910da5f4789..296e7b339cdb00dec09ad3173d58928536a44a94 100644 (file)
@@ -1,20 +1,20 @@
 --- gd-2.0.12/config/gdlib-config.in~  Wed Apr 23 19:26:02 2003
 +++ gd-2.0.12/config/gdlib-config.in   Wed Apr 23 19:26:02 2003
-@@ -61,9 +61,6 @@
-     --revision)
+@@ -62,7 +62,7 @@
        echo @GDLIB_REVISION@
        ;;
--    --ldflags)
+     --ldflags)
 -      echo @LDFLAGS@
--      ;;
++      echo
+       ;;
      --libs)
        echo @LIBS@
-       ;;
-@@ -74,7 +71,6 @@
+@@ -74,7 +71,7 @@
        echo "GD library  @VERSION@"
        echo "includedir: $includedir"
        echo "cflags:     -I@includedir@"
 -      echo "ldflags:    @LDFLAGS@"
++      echo "ldflags:    "
        echo "libs:       @LIBS@"
        echo "libdir:     $libdir"
        ;;
This page took 0.136381 seconds and 4 git commands to generate.