mirror of
https://github.com/gryf/debian-pkgs.git
synced 2026-02-15 04:45:47 +01:00
Added first 4 apps
This commit is contained in:
30
recipies/bubblemon/bubblemon-1.46-asneeded.patch
Normal file
30
recipies/bubblemon/bubblemon-1.46-asneeded.patch
Normal file
@@ -0,0 +1,30 @@
|
||||
--- Makefile
|
||||
+++ Makefile
|
||||
@@ -32,14 +32,12 @@
|
||||
OBJS = bubblemon.o
|
||||
BUBBLEMON = bubblemon
|
||||
|
||||
-LDFLAGS = -shared -Wl
|
||||
-
|
||||
STRIP = strip
|
||||
|
||||
-CC = gcc
|
||||
+CC ?= gcc
|
||||
INSTALLMAN = -m 644
|
||||
|
||||
-
|
||||
+LIBS = -lX11
|
||||
|
||||
# special things for Linux
|
||||
ifeq ($(OS), Linux)
|
||||
@@ -91,8 +89,8 @@
|
||||
all: $(BUBBLEMON)
|
||||
|
||||
bubblemon: clean_obj
|
||||
- $(CC) $(GTK2_CFLAGS) $(CFLAGS) -o $(BUBBLEMON) \
|
||||
- $(LIBS) $(GTK2_LIBS) $(SRCS)
|
||||
+ $(CC) $(LDFLAGS) $(GTK2_CFLAGS) $(CFLAGS) -o $(BUBBLEMON) \
|
||||
+ $(SRCS) $(LIBS) $(GTK2_LIBS)
|
||||
|
||||
clean_obj:
|
||||
rm -rf *.o
|
||||
Reference in New Issue
Block a user