freebsd-ports/games/scid/files/patch-Makefile.conf
Pawel Pekala 2b6d2524bd - Update to version 4.4 [1]
- Remove leading article from COMMENT
- Fix build on 10.x by respecting CC and CXX
- Support staging

PR:		ports/187357 [1]
Submitted by:	maintainer
2014-03-12 15:47:11 +00:00

11 lines
313 B
Text

--- Makefile.conf.orig 2013-03-28 18:51:58.000000000 +0100
+++ Makefile.conf 2014-03-07 19:34:39.000000000 +0100
@@ -302,7 +302,7 @@
### To make the executable files smaller: type "make strip".
#
-strip:
+strip: $(EXECS)
strip $(EXECS)
### To compress scid and executables with gzexe: type "make gzexe".