summaryrefslogtreecommitdiff
path: root/graphics/wildmagic/files/patch-LibApplications_SoftApplication_makefile.wm4
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2008-11-01 08:32:27 +0000
committerThierry Thomas <thierry@FreeBSD.org>2008-11-01 08:32:27 +0000
commitf934c95899baba1ef8c82a9aa22c4e9aacb19e9c (patch)
tree90915d4a8f6c84ae5b6820770194b4ca352e50ac /graphics/wildmagic/files/patch-LibApplications_SoftApplication_makefile.wm4
parentRecently added `nvidia-driver-173' for legacy GPUs. (diff)
- Make fetchable again by upgrading to 4p8; (1)
- s/NOPORTDOCS/NOPORTEXAMPLES/; - elease maintainership. Notified by: Karsten Rothemund <photor (at) photor (dot) de> (1)
Notes
Notes: svn path=/head/; revision=222269
Diffstat (limited to 'graphics/wildmagic/files/patch-LibApplications_SoftApplication_makefile.wm4')
-rw-r--r--graphics/wildmagic/files/patch-LibApplications_SoftApplication_makefile.wm412
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/wildmagic/files/patch-LibApplications_SoftApplication_makefile.wm4 b/graphics/wildmagic/files/patch-LibApplications_SoftApplication_makefile.wm4
index d8c3f7c74cb0..2b37884962b7 100644
--- a/graphics/wildmagic/files/patch-LibApplications_SoftApplication_makefile.wm4
+++ b/graphics/wildmagic/files/patch-LibApplications_SoftApplication_makefile.wm4
@@ -1,6 +1,6 @@
---- LibApplications/SoftApplication/makefile.wm4.orig Fri Jun 1 07:13:46 2007
-+++ LibApplications/SoftApplication/makefile.wm4 Fri Jun 1 07:15:25 2007
-@@ -56,10 +56,15 @@
+--- LibApplications/SoftApplication/makefile.wm4.orig 2008-10-31 20:58:44.000000000 +0100
++++ LibApplications/SoftApplication/makefile.wm4 2008-10-31 21:01:12.000000000 +0100
+@@ -67,10 +67,15 @@
endif
OBJ := $(SRC:%.cpp=$(CFG)/%.o)
LIB := ../../SDK/Library/$(CFG)/libWm4SoftApplication.a
@@ -8,12 +8,12 @@
+LIBSO := ../../SDK/Library/$(CFG)/libWm4SoftApplication.so
+SHLIBLDFLAGS = -shared
- build : $(OBJ)
- $(AR) $(ARFLAGS) $(LIB) $(OBJ)
+ build : $(OBJ) $(CFG)/Wm4$(EGL)Application.o
+ $(AR) $(ARFLAGS) $(LIB) $(OBJ) $(CFG)/Wm4$(EGL)Application.o
- cp -fp $(INC) $(INCDIR)
+ $(CC) $(SHLIBLDFLAGS) -o $(LIBSH) $(OBJ)
+ ln -sf $(LIBSH) $(LIBSO)
+ cp -fp $(INC) $(INCDIR)
- $(CFG)/TreeControl.o : TreeControl/TreeControl.cpp
+ $(CFG)/Wm4$(EGL)Application.o : Wm4$(EGL)Application.cpp
@mkdir -p $(CFG)