mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.7 KiB

  1. # --- ROCK-COPYRIGHT-NOTE-BEGIN ---
  2. #
  3. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  4. # Please add additional copyright information _after_ the line containing
  5. # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
  6. # the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
  7. #
  8. # ROCK Linux: rock-src/package/public/epplets-extra16/e-mount.patch
  9. # ROCK Linux is Copyright (C) 1998 - 2006 Clifford Wolf
  10. #
  11. # This patch file is dual-licensed. It is available under the license the
  12. # patched project is licensed under, as long as it is an OpenSource license
  13. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  14. # of the GNU General Public License as published by the Free Software
  15. # Foundation; either version 2 of the License, or (at your option) any later
  16. # version.
  17. #
  18. # --- ROCK-COPYRIGHT-NOTE-END ---
  19. --- E-Mount_0.3/Makefile.orig-rock-maint 2003-08-29 09:31:58.000000000 +0200
  20. +++ E-Mount_0.3/Makefile 2003-08-29 09:32:49.000000000 +0200
  21. @@ -2,13 +2,13 @@
  22. IMLIB_CFLAGS = `imlib-config --cflags`
  23. IMLIB_LIBS = `imlib-config --libs`
  24. -GCCOPTS = -MMD -Wall
  25. +GCCOPTS = -MMD -Wall $(CFLAGS)
  26. GCC = gcc
  27. all : E-Mount.epplet
  28. E-Mount.epplet : E-Mount.c
  29. - ${GCC} ${GCCOPTS} E-Mount.c -o E-Mount.epplet -lepplet ${IMLIB_LIBS} ${IMLIB_CFLAGS}
  30. + ${GCC} ${GCCOPTS} E-Mount.c -o E-Mount.epplet -L$(E16)/lib -lepplet ${IMLIB_LIBS} ${IMLIB_CFLAGS} -lGL
  31. install : E-Mount.epplet
  32. install -m 755 E-Mount.epplet ${EBIN}/E-Mount.epplet
  33. --- E-Mount_0.3/E-Mount.c.orig 2004-09-13 10:10:10.875988192 +0200
  34. +++ E-Mount_0.3/E-Mount.c 2004-09-13 10:10:24.083980272 +0200
  35. @@ -225,6 +225,7 @@
  36. changelabel = 0;
  37. break;
  38. default:
  39. + ;
  40. }
  41. updatefsinfo ((*pointertocurrentlistitem)->mountpoint, changelabel);