OpenSDE Packages Database (without history before r20070)
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.

43 lines
1.4 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../normalmap/makefile.patch
  5. # Copyright (C) 2011 The OpenSDE Project
  6. # Copyright (C) 2004 - 2006 The T2 SDE Project
  7. #
  8. # More information can be found in the files COPYING and README.
  9. #
  10. # This patch file is dual-licensed. It is available under the license the
  11. # patched project is licensed under, as long as it is an OpenSource license
  12. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  13. # of the GNU General Public License as published by the Free Software
  14. # Foundation; either version 2 of the License, or (at your option) any later
  15. # version.
  16. # --- SDE-COPYRIGHT-NOTE-END ---
  17. Description: OpenSDE specific adaption
  18. --- gimp-normalmap-1.2.2/Makefile.linux.orig 2011-03-22 22:39:43.912058197 +0100
  19. +++ gimp-normalmap-1.2.2/Makefile.linux 2011-03-22 22:44:41.352072237 +0100
  20. @@ -10,9 +10,11 @@
  21. OBJS=normalmap.o preview3d.o scale.o
  22. -LIBS=`pkg-config --libs gtk+-2.0 gtkglext-1.0 gimp-2.0 gimpui-2.0` \
  23. --L/usr/X11R6/lib -lGLEW
  24. +LIBS=`pkg-config --libs gtk+-2.0 gtkglext-1.0 gimp-2.0 gimpui-2.0 pangox` \
  25. +-L/usr/X11/lib -lGLEW
  26. +PPATH=`$(GIMPTOOL) --gimpplugindir`
  27. +
  28. all: $(TARGET)
  29. $(TARGET): $(OBJS)
  30. @@ -23,6 +25,7 @@
  31. install: all
  32. $(GIMPTOOL) --install-bin $(TARGET)
  33. + install $(TARGET) $(PPATH)/plug-ins/
  34. .c.o:
  35. $(CC) -c $(CFLAGS) $<