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