Skip to content

Commit

Permalink
fixes in makefile + portsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
squell committed Feb 1, 2015
1 parent ff86d7c commit a8b989f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions FreeBSD/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@ LICENSE= BSD2CLAUSE

MAKEFILE= makefile
ALL_TARGET= build
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"

PLIST_FILES= bin/id3 man/man1/id3.1.gz
PORTDOCS= README CHANGES

OPTIONS_DEFINE= DOCS

CFLAGS+= -Wno-parentheses
USES= iconv

CFLAGS+= -I${LOCALBASE}/include -Wno-parentheses
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
CXXFLAGS+= -fno-rtti

do-install:
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ git-repo: .git
.git: # transform into a git working tree
which git
git init
git remote add origin -t master -f git@github.com:squell/id3.git
git remote add origin -t master -f https://github.com/squell/id3.git
git reset FETCH_HEAD

AWKCMD = "BEGIN { pretty = \"figlet -fsmall\" } \
Expand Down

0 comments on commit a8b989f

Please sign in to comment.