]> git.pld-linux.org Git - packages/mountapp.git/commitdiff
- WINGs patch for mountapp
authoryogib <yogib@pld-linux.org>
Thu, 5 Feb 2004 22:57:21 +0000 (22:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mountapp-WINGs.patch -> 1.1

mountapp-WINGs.patch [new file with mode: 0644]

diff --git a/mountapp-WINGs.patch b/mountapp-WINGs.patch
new file mode 100644 (file)
index 0000000..8ae7605
--- /dev/null
@@ -0,0 +1,13 @@
+--- mountapp-3.0/configure.in.orig     2004-02-05 23:34:52.000000000 +0100
++++ mountapp-3.0/configure.in  2004-02-05 23:36:49.000000000 +0100
+@@ -101,8 +101,8 @@
+ dnl        Check for libWINGs (replaces libPropList)
+ dnl =====================================================
+-AC_CHECK_LIB(WINGs, WMGetFromPLString,
+-    [LIBPL_LIBS=-lWINGs LIBPL_INC_PATH="" missing=no],
++AC_CHECK_LIB(WUtil, WMGetFromPLString,
++    [LIBPL_LIBS=-lWUtil LIBPL_INC_PATH="/usr/include/WINGs" missing=no],
+     [missing=yes])
+ if test "$missing" = yes; then
This page took 0.025455 seconds and 4 git commands to generate.