-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
latest.sh can now retrieve the latest commit on Master in github repositories download.sh correctly deals with .zip files now. Also switch from p7zip to unzip when dealing with .zip because the current version of p7zip (17.05) has a very dangerous bug in the zip file handler p7zip-project/p7zip#112
- Loading branch information
libTorrentUser
committed
Apr 22, 2023
1 parent
3b3781a
commit cad2807
Showing
4 changed files
with
63 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- sjpeg-master/Makefile | ||
+++ new/Makefile | ||
@@ -22,13 +22,9 @@ | ||
EXTRA_FLAGS += -I/opt/local/include | ||
EXTRA_FLAGS += -Wno-deprecated-declarations | ||
EXTRA_LIBS += -L/opt/local/lib | ||
- GL_LIBS = -framework GLUT -framework OpenGL | ||
- EXTRA_FLAGS += -DHAVE_GLUT_GLUT_H | ||
else | ||
EXTRA_FLAGS += -I/usr/local/include | ||
EXTRA_LIBS += -L/usr/local/lib | ||
- GL_LIBS = -lglut -lGL | ||
- EXTRA_FLAGS += -DHAVE_GL_GLUT_H | ||
endif | ||
|
||
# Uncomment for build for 32bit platform |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters