mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Strip libraries
This commit is contained in:
parent
df030655f8
commit
f1d07ee3dd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387721
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= tme
|
PORTNAME= tme
|
||||||
PORTVERSION= 0.8
|
PORTVERSION= 0.8
|
||||||
PORTREVISION= 5
|
PORTREVISION= 6
|
||||||
CATEGORIES= emulators
|
CATEGORIES= emulators
|
||||||
MASTER_SITES= http://people.csail.mit.edu/fredette/tme/
|
MASTER_SITES= http://people.csail.mit.edu/fredette/tme/
|
||||||
|
|
||||||
|
@ -22,6 +22,7 @@ GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --disable-static --disable-warnings
|
CONFIGURE_ARGS= --disable-static --disable-warnings
|
||||||
MAKE_ENV= LANG=C
|
MAKE_ENV= LANG=C
|
||||||
MAKE_JOBS_UNSAFE=yes
|
MAKE_JOBS_UNSAFE=yes
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LIBS+= -L${LOCALBASE}/lib
|
LIBS+= -L${LOCALBASE}/lib
|
||||||
|
|
Loading…
Add table
Reference in a new issue