Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
science
praat
praat-allow-system-flags.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File praat-allow-system-flags.patch of Package praat
Index: praat-6.4.05/makefiles/makefile.defs.linux.pulse =================================================================== --- praat-6.4.05.orig/makefiles/makefile.defs.linux.pulse +++ praat-6.4.05/makefiles/makefile.defs.linux.pulse @@ -11,13 +11,13 @@ PKG_CONFIG ?= "pkg-config" COMMONFLAGS = -DUNIX -Dlinux -DALSA -DHAVE_PULSEAUDIO -D_FILE_OFFSET_BITS=64 `$(PKG_CONFIG) --cflags gtk+-3.0` \ -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O3 -g1 -pthread -CFLAGS = -std=gnu99 $(COMMONFLAGS) -Werror=missing-prototypes -Werror=implicit +CFLAGS += -std=gnu99 $(COMMONFLAGS) -Werror=missing-prototypes -Werror=implicit -CXXFLAGS = -std=c++17 $(COMMONFLAGS) -Wshadow +CXXFLAGS += -std=c++17 $(COMMONFLAGS) -Wshadow EXECUTABLE = praat -LIBS = `$(PKG_CONFIG) --libs gtk+-3.0` -no-pie -lm -lpulse -lasound -lpthread +LIBS = ${LDFLAGS} `$(PKG_CONFIG) --libs gtk+-3.0` -no-pie -lm -lpulse -lasound -lpthread # erased: -L /usr/lib/x86_64-linux-gnu AR = ar
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor