Skip to content

Commit

Permalink
freebsd fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Casper A Boon committed Mar 10, 2024
1 parent cc497b8 commit 6845eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ else ifeq ($(OSTYPE),FreeBSD)
FINCLUDES+=-I../ancillary/freebsd/mod
FINCLUDES+=-I/usr/local/include
CINCLUDES+=-I/usr/local/include
LIBS+=-L../ancillary/freebsd/lib -lflang_extra -L/usr/local/lib
LIBS+=-L../ancillary/freebsd/lib -lflang_extra -L/usr/local/lib -lm
ifeq ($(MDEBUG),true)
DBG_LIBS=-fsanitize=address -static-libsan
endif
Expand Down
2 changes: 1 addition & 1 deletion freebsd/create_pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EOF

cat >> ${STAGEDIR}/+MANIFEST <<EOF
name: ${PKGNAME}
version: "3.3.0a8"
version: "3.3.1a12"
origin: science/${PKGNAME}
comment: "automates stuff"
desc: "automates tasks which can also be undone later"
Expand Down

0 comments on commit 6845eb7

Please sign in to comment.