diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-01 20:48:19 -0700 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2021-09-01 20:50:05 -0700 |
commit | b2892643a365beff3e84f73d08df71fe12c85807 (patch) | |
tree | 7d64df6bc025bf8ceee4d8e0382bcaa4e07de18a /math/apron/files/patch-newpolka_Makefile | |
parent | editors/abiword: Update to 3.0.5 (diff) |
math/apron: Update 0.9.12 -> 0.9.12
Diffstat (limited to 'math/apron/files/patch-newpolka_Makefile')
-rw-r--r-- | math/apron/files/patch-newpolka_Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/math/apron/files/patch-newpolka_Makefile b/math/apron/files/patch-newpolka_Makefile deleted file mode 100644 index f71ef4e9f2b3..000000000000 --- a/math/apron/files/patch-newpolka_Makefile +++ /dev/null @@ -1,14 +0,0 @@ ---- newpolka/Makefile.orig 2018-12-14 19:21:39 UTC -+++ newpolka/Makefile -@@ -165,9 +165,9 @@ libpolka%_debug.a: $(subst .c,%_debug.o, - $(AR) rcs $@ $^ - $(RANLIB) $@ - libpolka%.so: $(subst .c,%.o,$(CCMODULES:%=%.c)) -- $(CC_APRON_DYLIB) $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS) -+ $(CC_APRON_DYLIB) -Wl,-soname,$@ $(CFLAGS) -o $@ $^ $(LDFLAGS) $(LIBS) - libpolka%_debug.so: $(subst .c,%_debug.o,$(CCMODULES:%=%.c)) -- $(CC_APRON_DYLIB) $(CFLAGS_DEBUG) -o $@ $^ $(LDFLAGS) $(LIBS_DEBUG) -+ $(CC_APRON_DYLIB) -Wl,-soname,$@ $(CFLAGS_DEBUG) -o $@ $^ $(LDFLAGS) $(LIBS_DEBUG) - - %Rl.o: %.c $(CCINC) - $(CC) $(CFLAGS) $(ICFLAGS) -DNUM_LONGRAT -c -o $@ $< |