]> git.pld-linux.org Git - packages/gtkglarea.git/commitdiff
- a typo in the m4 file :)
authorMariusz Mazur <mmazur@pld-linux.org>
Wed, 3 Jul 2002 20:16:45 +0000 (20:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gtkglarea-m4_fix.patch -> 1.1

gtkglarea-m4_fix.patch [new file with mode: 0644]

diff --git a/gtkglarea-m4_fix.patch b/gtkglarea-m4_fix.patch
new file mode 100644 (file)
index 0000000..acdfa28
--- /dev/null
@@ -0,0 +1,11 @@
+--- gtkgl.m4~  Sun Jul 30 20:06:16 2000
++++ gtkgl.m4   Wed Jul  3 22:08:23 2002
+@@ -6,7 +6,7 @@
+     AC_REQUIRE([AM_PATH_GTK])
+     
+     AC_ARG_WITH(gtkgl-prefix, [  --with-gtkgl-prefix=DIR prefix where GtkGLArea is installed ])
+-    if test -n "${with_gtkgl_pefix}"; then
++    if test -n "${with_gtkgl_prefix}"; then
+       gtkgl__Idir="-I${with_gtkgl_prefix}/include"
+       gtkgl__Ldir="-L${with_gtkgl_prefix}/lib"
+     fi
This page took 0.160541 seconds and 4 git commands to generate.