SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
devel/dasm/patches/patch-src_Makefile
Normal file
13
devel/dasm/patches/patch-src_Makefile
Normal file
|
@ -0,0 +1,13 @@
|
|||
Index: src/Makefile
|
||||
--- src/Makefile.orig
|
||||
+++ src/Makefile
|
||||
@@ -61,7 +61,8 @@ all: $(ALL)
|
||||
dasm: $(OBJS)
|
||||
$(CC) $(OBJS) -o dasm $(LDFLAGS)
|
||||
|
||||
-ftohex: ftohex.o
|
||||
+ftohex:
|
||||
+ $(CC) ftohex.c -o ftohex $(LDFLAGS)
|
||||
|
||||
obj: $(OBJS)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue