diff options
author | Larry Rosenman <ler@FreeBSD.org> | 2021-11-04 04:43:11 -0500 |
---|---|---|
committer | Larry Rosenman <ler@FreeBSD.org> | 2021-11-04 04:43:11 -0500 |
commit | 116e9eeed21ff88be08d200d5630cc7d9e86b758 (patch) | |
tree | 3935d0274325514c75b9a3724c76292cd4cc1179 /astro/boinc-astropulse/files/patch-Makefile.am | |
parent | sysutils/terraform: Use LOCAL/0mp instead of people.freebsd.org (diff) |
astro/boinc-astropulse: removed due to astro/boinc-setiathome removal
Diffstat (limited to 'astro/boinc-astropulse/files/patch-Makefile.am')
-rw-r--r-- | astro/boinc-astropulse/files/patch-Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/astro/boinc-astropulse/files/patch-Makefile.am b/astro/boinc-astropulse/files/patch-Makefile.am deleted file mode 100644 index 9083bb5b2dda..000000000000 --- a/astro/boinc-astropulse/files/patch-Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.am.orig 2009-06-11 17:35:16 UTC -+++ Makefile.am -@@ -31,7 +31,7 @@ if ENABLE_GUI - GUI_C_FLAGS = $(CLIENT_C_FLAGS) $(GRAPHICS_CFLAGS) - GUI_LD_FLAGS = $(CLIENT_LD_FLAGS) - GUI_LD_ADD = -L$(BOINCDIR)/api -L$(BOINCDIR)/lib $(BOINC_LIBS) $(GRAPHICS_LIBS_RAW) $(APP_LIBS) -- CLIENT_LD_FLAGS += $(LDSTATIC) -nodefaultlibs -+ CLIENT_LD_FLAGS += $(LDSTATIC) - CLIENT_LD_ADD += -L$(BOINCDIR)/api -L$(BOINCDIR)/lib $(BOINC_LIBS) $(AM_LIBS) $(APP_LIBS) - AP_GRX_SOURCES = ap_gfx_main.cpp - else |