]> git.pld-linux.org Git - packages/allegro-gl.git/commitdiff
- fix libagl linking
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 17 Jun 2007 19:01:26 +0000 (19:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    allegro-gl-link.patch -> 1.1

allegro-gl-link.patch [new file with mode: 0644]

diff --git a/allegro-gl-link.patch b/allegro-gl-link.patch
new file mode 100644 (file)
index 0000000..3a1a619
--- /dev/null
@@ -0,0 +1,11 @@
+--- alleggl/make/makefile.unx.orig     2007-01-06 21:39:09.000000000 +0100
++++ alleggl/make/makefile.unx  2007-06-17 20:53:09.174389001 +0200
+@@ -147,7 +147,7 @@
+       $(foreach link, $(LIB_LINKS_U), - ln -sf $(notdir $(LIB_PATH_U)) $(link)
+       )
+    endef
+-      $(LIB_BUILDER) $@ $^
++      $(LIB_BUILDER) $@ $^ $(LDFLAGS) $(LIBS)
+       - $(MAKE_LINKS)
+ $(EXAMPLE_DIR)/%: $(EXAMPLE_DIR)/%.c
This page took 0.069942 seconds and 4 git commands to generate.