]> git.pld-linux.org Git - packages/54321.git/blame - 54321-linking.patch
- massive change ( validate errors warrings from desktop-file-validate)
[packages/54321.git] / 54321-linking.patch
CommitLineData
4dad10d3 1diff -Nur 54321.orig/GNUmakefile 54321.linking/GNUmakefile
2--- 54321.orig/GNUmakefile 2001-11-15 20:19:15.000000000 +0000
3+++ 54321.linking/GNUmakefile 2006-11-05 21:42:09.000000000 +0000
4@@ -162,7 +162,7 @@
5
6 $(TARGET): $(OBJS)
7 -@$(MKDIR_CMD)
8- $(CXX) $(CXXFLAGS) -o $@ $(OBJS) $(LDFLAGS) $(LIBS)
9+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
10 $(STRIP) $@
11
12 ifdef HAS_NOWEB
13diff -Nur 54321.orig/archs/Linux/variables.GNU 54321.linking/archs/Linux/variables.GNU
14--- 54321.orig/archs/Linux/variables.GNU 2006-11-05 21:41:33.000000000 +0000
15+++ 54321.linking/archs/Linux/variables.GNU 2006-11-05 21:41:45.000000000 +0000
16@@ -9,7 +9,7 @@
17 SDL_IMAGE := /usr
18
19 CPPFLAGS += -I${SDL}/include/SDL -I${SDL_IMAGE}/include/SDL
20-LDFLAGS += \
21+LIBS += \
22 -L${SDL_IMAGE}/lib -Wl,-rpath -Wl,${SDL_IMAGE}/lib \
23 -L${SDL}/lib -Wl,-rpath -Wl,${SDL}/lib \
24 -lSDL_image -lSDL -lSDLmain -lpthread -lpng
This page took 0.064364 seconds and 4 git commands to generate.