summaryrefslogtreecommitdiff
path: root/x11/gtk10/patches/patch-ag
blob: 47aacdcc6cc96033b278feaf1ceb1a4b0b588fb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ag,v 1.2 1999/05/27 15:10:54 kleink Exp $

--- gtk-config.in.orig	Mon Apr  6 06:31:14 1998
+++ gtk-config.in	Tue Feb 16 15:28:19 1999
@@ -42,10 +42,10 @@
       if test @includedir@ != /usr/include ; then
         includes=-I@includedir@
       fi
-      echo -I@libdir@/glib/include $includes @x_cflags@
+      echo $includes @x_cflags@
       ;;
     --libs)
-      echo -L@libdir@ @x_ldflags@ -lgtk -lgdk -lglib @x_libs@ -lm
+      echo -L@libdir@ -Wl,-R@libdir@ @x_ldflags@ -lgtk10 -lgdk10 -lglib10 @x_libs@ -lm
       ;;
     *)
       echo "${usage}" 1>&2