| Summary: | [patch] emulators/mame, emulators/mess: respect STRIP | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. State Changed From-To: open->closed Committed. Thanks! amdmi3 2012-05-13 00:42:10 UTC
FreeBSD ports repository
Modified files:
emulators/mame Makefile
emulators/mess Makefile
Log:
- Respect STRIP
PR: ports/167818
Submitted by: Jan Beich <jbeich@tormail.org>
Revision Changes Path
1.41 +1 -0 ports/emulators/mame/Makefile
1.36 +1 -0 ports/emulators/mess/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|
How-To-Repeat: $ make install WITH_DEBUG= $ file /usr/local/bin/{mame,mess} /usr/local/bin/mame: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000012), stripped /usr/local/bin/mess: ELF 64-bit LSB executable, x86-64, version 1 (FreeBSD), dynamically linked (uses shared libs), for FreeBSD 10.0 (1000012), stripped