aboutsummaryrefslogtreecommitdiffstats
path: root/devel/glib12/files/patch-ac
blob: 8ced7ad51c72e9be65b30a8735833a5d9a20482b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
--- glib-config.in.orig Tue Mar  6 09:49:34 2001
+++ glib-config.in  Tue Mar  6 09:51:05 2001
@@ -88,20 +88,20 @@
    if test "$lib_gthread" = "yes"; then
        cflags="$cflags @G_THREAD_CFLAGS@"
    fi
-   echo -I@includedir@/glib-1.2 -I@libdir@/glib/include $includes $cflags
+   echo -I@includedir@ $includes $cflags
 fi
 if test "$echo_libs" = "yes"; then
    libsp=""
    libsa=""
    if test "$lib_glib" = "yes"; then
-       libsp="$libsp -lglib"
+       libsp="$libsp -lglib-@LT_RELEASE@"
    fi
    if test "$lib_gthread" = "yes"; then
-       libsp="-lgthread $libsp"
+       libsp="-lgthread-@LT_RELEASE@ $libsp"
        libsa="$libsa @G_THREAD_LIBS@"
    fi
    if test "$lib_gmodule" = "yes"; then
-       libsp="@G_MODULE_LDFLAGS@ -lgmodule $libsp"
+       libsp="@G_MODULE_LDFLAGS@ -lgmodule-@LT_RELEASE@ $libsp"
        libsa="$libsa @G_MODULE_LIBS@"
    fi
    echo -L@libdir@ $libsp $libsa