]> git.pld-linux.org Git - packages/dx.git/commitdiff
- this fix was dumb... sent to the authors
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 10 Nov 2002 22:58:30 +0000 (22:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dx-ac_fix.patch -> 1.1

dx-ac_fix.patch [new file with mode: 0644]

diff --git a/dx-ac_fix.patch b/dx-ac_fix.patch
new file mode 100644 (file)
index 0000000..01eeb85
--- /dev/null
@@ -0,0 +1,24 @@
+--- dx-4.2.0/configure.in~     Sat May 18 00:08:46 2002
++++ dx-4.2.0/configure.in      Sun Nov 10 23:20:40 2002
+@@ -1177,7 +1177,6 @@
+       src/uipp/startup/Makefile \
+       src/uipp/tutor/Makefile \
+       src/uipp/ui/Makefile \
+-      src/uipp/ui/Makefile \
+       src/uipp/widgets/Makefile 
+       windows/Makefile
+ )
+--- dx-4.2.0/acinclude.m4~     Mon May 20 17:45:07 2002
++++ dx-4.2.0/acinclude.m4      Sun Nov 10 23:22:14 2002
+@@ -1090,9 +1090,9 @@
+ dnl
+ dnl DX_FIND_NETSCAPE(PATH [, ACTION-IF-TRUE [, ACTION-IF-FALSE ]])
+ dnl  -------------------------------------------------------------
+-AC_DEFUN(DX_FIND_NETSCAPE, 
++AC_DEFUN(DX_FIND_NETSCAPE, [
+ AC_MSG_CHECKING([for netscape jar files])
+-[AC_CACHE_VAL([ac_cv_class_netscape],
++AC_CACHE_VAL([ac_cv_class_netscape],
+ [
+ if test -r $1; then
+   ac_cv_class_netscape=$1
This page took 0.053483 seconds and 4 git commands to generate.