mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
games/abbayedesmorts: update 2.0.2 → 2.0.4
This commit is contained in:
parent
3d98bf5878
commit
48fcd97554
@ -1,5 +1,5 @@
|
||||
PORTNAME= abbayedesmorts
|
||||
PORTVERSION= 2.0.2
|
||||
PORTVERSION= 2.0.4
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= games
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1699371968
|
||||
SHA256 (nevat-abbayedesmorts-gpl-v2.0.2_GH0.tar.gz) = 3ea999aa3b01a8f2029dd87dd905726c507ccf23796938e84ad6973c21d52261
|
||||
SIZE (nevat-abbayedesmorts-gpl-v2.0.2_GH0.tar.gz) = 1980301
|
||||
TIMESTAMP = 1730916500
|
||||
SHA256 (nevat-abbayedesmorts-gpl-v2.0.4_GH0.tar.gz) = e957b2327d5d2c0b21aedfe580f9caf6de2c587cdc8715286831be98d8d09f01
|
||||
SIZE (nevat-abbayedesmorts-gpl-v2.0.4_GH0.tar.gz) = 1982877
|
||||
|
18
games/abbayedesmorts/files/patch-Makefile
Normal file
18
games/abbayedesmorts/files/patch-Makefile
Normal file
@ -0,0 +1,18 @@
|
||||
--- Makefile.orig 2024-09-23 21:18:05 UTC
|
||||
+++ Makefile
|
||||
@@ -47,13 +47,11 @@ $(PROG): $(OBJS)
|
||||
all: $(PROG)
|
||||
|
||||
$(PROG): $(OBJS)
|
||||
- @echo linking $@
|
||||
- @$(CC) $(OBJS) $(LDFLAGS) $(LIBS) -o $@
|
||||
+ $(CC) $(OBJS) $(LDFLAGS) $(LIBS) -o $@
|
||||
|
||||
.SUFFIXES: .c .o
|
||||
.c.o:
|
||||
- @echo compile $<
|
||||
- @$(CC) $(CFLAGS) -c $< -o $@
|
||||
+ $(CC) $(CFLAGS) -c $< -o $@
|
||||
|
||||
clean:
|
||||
@echo cleaning...
|
Loading…
Reference in New Issue
Block a user