summaryrefslogtreecommitdiff
path: root/astro/boinc-astropulse/files/patch-client__Makefile.am
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /astro/boinc-astropulse/files/patch-client__Makefile.am
parentMooseFS is a Fault tolerant, High Available, Highly Performing, Scale-Out, (diff)
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419133
Diffstat (limited to 'astro/boinc-astropulse/files/patch-client__Makefile.am')
-rw-r--r--astro/boinc-astropulse/files/patch-client__Makefile.am11
1 files changed, 0 insertions, 11 deletions
diff --git a/astro/boinc-astropulse/files/patch-client__Makefile.am b/astro/boinc-astropulse/files/patch-client__Makefile.am
deleted file mode 100644
index ff5a32b8fd46..000000000000
--- a/astro/boinc-astropulse/files/patch-client__Makefile.am
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.am (revision 633)
-+++ Makefile.am (working copy)
-@@ -31,7 +31,7 @@
- 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