summarylogtreecommitdiffstats
path: root/sparrow-dyn.patch
diff options
context:
space:
mode:
authorColin Wallace2016-02-20 18:10:29 -0800
committerColin Wallace2016-02-20 19:31:29 -0800
commit68f1270ed88d8f7d87d96c70d492ac762b356dec (patch)
tree3f7bd959df5d9ef6e79c7485bfc2b50f51b0f233 /sparrow-dyn.patch
downloadaur-68f1270ed88d8f7d87d96c70d492ac762b356dec.tar.gz
First version; link against sparrow dynamically
Diffstat (limited to 'sparrow-dyn.patch')
-rw-r--r--sparrow-dyn.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sparrow-dyn.patch b/sparrow-dyn.patch
new file mode 100644
index 000000000000..c72841e99239
--- /dev/null
+++ b/sparrow-dyn.patch
@@ -0,0 +1,11 @@
+--- Makefile 2016-02-20 18:11:17.049481381 -0800
++++ Makefile.new 2016-02-20 19:09:07.242806337 -0800
+@@ -35,7 +35,7 @@
+ LIB += -L$(SPARROW_LIB)
+ INCLUDE += -I$(SPARROW_FOLDER)
+
+-HASE_STATIC = $(SPARROW_LIB)/$(SPARROW3D_STATIC_LIB) $(SPARROW_LIB)/$(SPARROWSOUND_STATIC_LIB) $(SPARROW_LIB)/$(SPARROWNET_STATIC_LIB) $(STATIC)
++DYNAMIC += -lsparrow3d -lsparrowNet -lsparrowSound
+
+ ifneq ($(TARGET),win32)
+ DYNAMIC += -lz