pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: "devel/SDL" build fails for netbsd-9/i386 (running on x86_64)



On Sun, 19 Dec 2021, nia wrote:

> On Sun, Dec 19, 2021 at 12:30:53AM -0600, John D. Baker wrote:
> > Same failure on i386-9.99.92.
> > 
> > In this case, there is a previous package which shows that it did build
> > successfully under i386-9.99.81.
> 
> I can't reproduce this with a clean i386 sandbox, and the MMX-related
> objects are definitely being built.
> 
> Are you sure your installed package tree is clean?

What do you mean by this?  In the case of the netbsd-9/i386 build setup,
it started out as a blank slate and the only installed packages were
the ones I built before a package with an SDL dependency was reached.

In the case of the netbsd-current/i386 build, as mentioned, all packages
were last built under 9.99.81, although that seems not so long ago and
all the real i386 boxes I've used as build hosts have since gone Tango-
Uniform.

> Can you attach the complete log?

Build log on netbsd-current(9.99.92)/i386 with MAKE_JOBS=1 below:

=> Bootstrap dependency digest>=20211023: found digest-20211023
=> Checksum BLAKE2s OK for SDL-1.2.15.tar.gz
=> Checksum SHA512 OK for SDL-1.2.15.tar.gz
===> Installing dependencies for SDL-1.2.15nb36
==========================================================================
The supported build options for SDL are:

	aalib alsa nas pulseaudio

You can select which build options to use by setting PKG_DEFAULT_OPTIONS
or the following variable.  Its current value is shown:

	PKG_OPTIONS.SDL (not defined)

==========================================================================
=> Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb3
=> Tool dependency gmake>=3.81: found gmake-4.3nb3
=> Tool dependency pkgconf-[0-9]*: found pkgconf-1.8.0
=> Build dependency yasm>=0.6.0: found yasm-1.3.0
=> Build dependency x11-links>=1.34: found x11-links-1.34
=> Build dependency cwrappers>=20150314: found cwrappers-20180325
===> Skipping vulnerability checks.
WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found.
WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'.
===> Overriding tools for SDL-1.2.15nb36
===> Extracting for SDL-1.2.15nb36
===> Patching for SDL-1.2.15nb36
=> Applying pkgsrc patches for SDL-1.2.15nb36
===> Creating toolchain wrappers for SDL-1.2.15nb36
===> Configuring for SDL-1.2.15nb36
=> Modifying GNU configure scripts to avoid --recheck
=> Replacing config-guess with pkgsrc versions
=> Replacing config-sub with pkgsrc versions
=> Replacing install-sh with pkgsrc version
checking build system type... i486--netbsdelf
checking host system type... i486--netbsdelf
checking for i486--netbsdelf-gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... (cached) /usr/bin/grep
checking for egrep... (cached) /usr/bin/egrep
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /tmp/pkgsrc/devel/SDL/work/.cwrapper/bin/ld
checking if the linker (/tmp/pkgsrc/devel/SDL/work/.cwrapper/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached) 262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /tmp/pkgsrc/devel/SDL/work/.cwrapper/bin/ld option to reload object files... -r
checking for i486--netbsdelf-objdump... no
checking for objdump... objdump
checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$
checking for i486--netbsdelf-ar... no
checking for ar... ar
checking for i486--netbsdelf-strip... no
checking for strip... strip
checking for i486--netbsdelf-ranlib... no
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... rm: conftest*: No such file or directory
yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/tmp/pkgsrc/devel/SDL/work/.cwrapper/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... rm: conftest*: No such file or directory
no
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether byte ordering is bigendian... no
checking for i486--netbsdelf-gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... c++ -E
checking for ld used by c++... /tmp/pkgsrc/devel/SDL/work/.cwrapper/bin/ld
checking if the linker (/tmp/pkgsrc/devel/SDL/work/.cwrapper/bin/ld) is GNU ld... yes
checking whether the c++ linker (/tmp/pkgsrc/devel/SDL/work/.cwrapper/bin/ld) supports shared libraries... yes
checking for c++ option to produce PIC... -fPIC -DPIC
checking if c++ PIC flag -fPIC -DPIC works... yes
checking if c++ static flag -static works... yes
checking if c++ supports -c -o file.o... rm: conftest*: No such file or directory
yes
checking if c++ supports -c -o file.o... (cached) yes
checking whether the c++ linker (/tmp/pkgsrc/devel/SDL/work/.cwrapper/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... NetBSD ld.elf_so
checking how to hardcode library paths into programs... immediate
checking for a BSD-compatible install... /usr/bin/install -c -o sysop -g sysop
checking whether make sets $(MAKE)... yes
checking for i486--netbsdelf-windres... no
checking for windres... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking iconv.h usability... yes
checking iconv.h presence... yes
checking for iconv.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking for size_t... yes
checking for int64_t... yes
checking for working alloca.h... no
checking for alloca... yes
checking for working memcmp... yes
checking for working strtod... yes
checking for mprotect... yes
checking for malloc... yes
checking for calloc... yes
checking for realloc... yes
checking for free... yes
checking for getenv... yes
checking for putenv... yes
checking for unsetenv... yes
checking for qsort... yes
checking for abs... yes
checking for bcopy... yes
checking for memset... yes
checking for memcpy... yes
checking for memmove... yes
checking for strlen... yes
checking for strlcpy... yes
checking for strlcat... yes
checking for strdup... yes
checking for _strrev... no
checking for _strupr... no
checking for _strlwr... no
checking for strchr... yes
checking for strrchr... yes
checking for strstr... yes
checking for itoa... no
checking for _ltoa... no
checking for _uitoa... no
checking for _ultoa... no
checking for strtol... yes
checking for strtoul... yes
checking for _i64toa... no
checking for _ui64toa... no
checking for strtoll... yes
checking for strtoull... yes
checking for atoi... yes
checking for atof... yes
checking for strcmp... yes
checking for strncmp... yes
checking for _stricmp... no
checking for strcasecmp... yes
checking for _strnicmp... no
checking for strncasecmp... yes
checking for sscanf... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for iconv... yes
checking for sigaction... yes
checking for setjmp... yes
checking for nanosleep... yes
checking for libiconv_open in -liconv... no
checking for pow in -lm... yes
checking for struct sigaction.sa_sigaction... yes
checking for GCC -fvisibility=hidden option... yes
checking for dlopen... yes
checking for dlopen in -lc... yes
checking for void *... yes
checking size of void *... 4
checking for nasm... /usr/pkg/bin/nasm
checking to see if /usr/pkg/bin/nasm supports unquoted-sections... yes
checking to see if /usr/pkg/bin/nasm supports symbol-visibility... yes
checking for Altivec with GCC altivec.h and -maltivec option... no
checking for Altivec with GCC -maltivec option... no
checking for Altivec with GCC altivec.h and -faltivec option... no
checking for Altivec with GCC -faltivec option... no
checking for OSS audio support... yes
checking for dmedia audio support... no
checking for artsc-config... no
checking for pkg-config... /tmp/pkgsrc/devel/SDL/work/.tools/bin/pkg-config
checking for PulseAudio 0.9 support... no
checking for X... libraries /usr/X11R7/lib, headers /usr/X11R7/include
checking whether -R must be followed by a space... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for X11/extensions/Xrandr.h... yes
checking for XRenderQueryExtension in -lXrender... yes
checking for XRRQueryExtension in -lXrandr... yes
checking for framebuffer console support... no
checking for directfb-config... no
checking for pkg-config... (cached) /tmp/pkgsrc/devel/SDL/work/.tools/bin/pkg-config
checking for DirectFB 0.9.15 support... no
checking for SVGAlib (1.4.0+) support... no
checking for libVGL support... no
checking for wscons support... yes
checking for OpenGL (GLX) support... yes
checking for Linux 2.4 unified input interface... no
checking for Touchscreen library support... no
checking for hid_init in -lusbhid... yes
checking usbhid.h usability... yes
checking usbhid.h presence... yes
checking for usbhid.h... yes
checking libusbhid.h usability... no
checking libusbhid.h presence... no
checking for libusbhid.h... no
checking for usbhid... yes
checking for ucr_data member of usb_ctl_report... yes
checking for new usbhid API... yes
checking for struct joystick in machine/joystick.h... yes
checking for pthreads... yes
checking for recursive mutexes... yes
checking for pthread semaphores... yes
checking for sem_timedwait... yes
checking linux/version.h usability... no
checking linux/version.h presence... no
checking for linux/version.h... no
checking for GCC -Wall option... yes
checking for necessary GCC -Wno-multichar option... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating sdl-config
config.status: creating SDL.spec
config.status: creating SDL.qpg
config.status: creating sdl.pc
config.status: creating include/SDL_config.h
config.status: executing libtool commands
rm: libtoolT: No such file or directory
config.status: executing default commands
Generating dependencies for ./src/SDL.c
Generating dependencies for ./src/SDL_error.c
Generating dependencies for ./src/SDL_fatal.c
Generating dependencies for ./src/audio/SDL_audio.c
Generating dependencies for ./src/audio/SDL_audiocvt.c
Generating dependencies for ./src/audio/SDL_audiodev.c
Generating dependencies for ./src/audio/SDL_mixer.c
Generating dependencies for ./src/audio/SDL_mixer_MMX.c
Generating dependencies for ./src/audio/SDL_mixer_MMX_VC.c
Generating dependencies for ./src/audio/SDL_mixer_m68k.c
Generating dependencies for ./src/audio/SDL_wave.c
Generating dependencies for ./src/cdrom/SDL_cdrom.c
Generating dependencies for ./src/cpuinfo/SDL_cpuinfo.c
Generating dependencies for ./src/events/SDL_active.c
Generating dependencies for ./src/events/SDL_events.c
Generating dependencies for ./src/events/SDL_expose.c
Generating dependencies for ./src/events/SDL_keyboard.c
Generating dependencies for ./src/events/SDL_mouse.c
Generating dependencies for ./src/events/SDL_quit.c
Generating dependencies for ./src/events/SDL_resize.c
Generating dependencies for ./src/file/SDL_rwops.c
Generating dependencies for ./src/stdlib/SDL_getenv.c
Generating dependencies for ./src/stdlib/SDL_iconv.c
Generating dependencies for ./src/stdlib/SDL_malloc.c
Generating dependencies for ./src/stdlib/SDL_qsort.c
Generating dependencies for ./src/stdlib/SDL_stdlib.c
Generating dependencies for ./src/stdlib/SDL_string.c
Generating dependencies for ./src/thread/SDL_thread.c
Generating dependencies for ./src/timer/SDL_timer.c
Generating dependencies for ./src/video/SDL_RLEaccel.c
Generating dependencies for ./src/video/SDL_blit.c
Generating dependencies for ./src/video/SDL_blit_0.c
Generating dependencies for ./src/video/SDL_blit_1.c
Generating dependencies for ./src/video/SDL_blit_A.c
Generating dependencies for ./src/video/SDL_blit_N.c
Generating dependencies for ./src/video/SDL_bmp.c
Generating dependencies for ./src/video/SDL_cursor.c
Generating dependencies for ./src/video/SDL_gamma.c
Generating dependencies for ./src/video/SDL_pixels.c
Generating dependencies for ./src/video/SDL_stretch.c
Generating dependencies for ./src/video/SDL_surface.c
Generating dependencies for ./src/video/SDL_video.c
Generating dependencies for ./src/video/SDL_yuv.c
Generating dependencies for ./src/video/SDL_yuv_mmx.c
Generating dependencies for ./src/video/SDL_yuv_sw.c
Generating dependencies for ./src/joystick/SDL_joystick.c
Generating dependencies for ./src/video/dummy/SDL_nullevents.c
Generating dependencies for ./src/video/dummy/SDL_nullmouse.c
Generating dependencies for ./src/video/dummy/SDL_nullvideo.c
Generating dependencies for ./src/audio/disk/SDL_diskaudio.c
Generating dependencies for ./src/audio/dummy/SDL_dummyaudio.c
Generating dependencies for ./src/loadso/dlopen/SDL_sysloadso.c
Generating dependencies for ./src/hermes/mmx_main.asm
Generating dependencies for ./src/hermes/mmxp2_32.asm
Generating dependencies for ./src/hermes/x86_main.asm
Generating dependencies for ./src/hermes/x86p_16.asm
Generating dependencies for ./src/hermes/x86p_32.asm
Generating dependencies for ./src/audio/dsp/SDL_dspaudio.c
Generating dependencies for ./src/audio/dma/SDL_dmaaudio.c
Generating dependencies for ./src/video/x11/SDL_x11dga.c
Generating dependencies for ./src/video/x11/SDL_x11dyn.c
Generating dependencies for ./src/video/x11/SDL_x11events.c
Generating dependencies for ./src/video/x11/SDL_x11gamma.c
Generating dependencies for ./src/video/x11/SDL_x11gl.c
Generating dependencies for ./src/video/x11/SDL_x11image.c
Generating dependencies for ./src/video/x11/SDL_x11modes.c
Generating dependencies for ./src/video/x11/SDL_x11mouse.c
Generating dependencies for ./src/video/x11/SDL_x11video.c
Generating dependencies for ./src/video/x11/SDL_x11wm.c
Generating dependencies for ./src/video/x11/SDL_x11yuv.c
Generating dependencies for ./src/video/Xext/Xxf86dga/XF86DGA.c
Generating dependencies for ./src/video/Xext/Xxf86dga/XF86DGA2.c
Generating dependencies for ./src/video/dga/SDL_dgaevents.c
Generating dependencies for ./src/video/dga/SDL_dgamouse.c
Generating dependencies for ./src/video/dga/SDL_dgavideo.c
Generating dependencies for ./src/video/Xext/Xxf86vm/XF86VMode.c
Generating dependencies for ./src/video/Xext/Xv/Xv.c
Generating dependencies for ./src/video/Xext/Xinerama/Xinerama.c
Generating dependencies for ./src/video/Xext/XME/xme.c
Generating dependencies for ./src/video/wscons/SDL_wsconsevents.c
Generating dependencies for ./src/video/wscons/SDL_wsconsmouse.c
Generating dependencies for ./src/video/wscons/SDL_wsconsvideo.c
Generating dependencies for ./src/joystick/bsd/SDL_sysjoystick.c
Generating dependencies for ./src/thread/pthread/SDL_systhread.c
Generating dependencies for ./src/thread/pthread/SDL_syssem.c
Generating dependencies for ./src/thread/pthread/SDL_sysmutex.c
Generating dependencies for ./src/thread/pthread/SDL_syscond.c
Generating dependencies for ./src/audio/bsd/SDL_bsdaudio.c
Generating dependencies for ./src/cdrom/openbsd/SDL_syscdrom.c
Generating dependencies for ./src/timer/unix/SDL_systimer.c
Generating dependencies for ./src/main/dummy/SDL_dummy_main.c
=> Modifying libtool scripts to use pkgsrc libtool
=> Modifying libtool scripts to use pkgsrc depcomp
===> Building for SDL-1.2.15nb36
/bin/sh build-scripts/mkinstalldirs build
mkdir -p -- build
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/SDL.c  -o build/SDL.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/SDL.c  -fPIC -DPIC -o build/.libs/SDL.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/SDL.c -o build/SDL.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/SDL_error.c  -o build/SDL_error.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/SDL_error.c  -fPIC -DPIC -o build/.libs/SDL_error.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/SDL_error.c -o build/SDL_error.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/SDL_fatal.c  -o build/SDL_fatal.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/SDL_fatal.c  -fPIC -DPIC -o build/.libs/SDL_fatal.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/SDL_fatal.c -o build/SDL_fatal.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_audio.c  -o build/SDL_audio.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_audio.c  -fPIC -DPIC -o build/.libs/SDL_audio.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_audio.c -o build/SDL_audio.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_audiocvt.c  -o build/SDL_audiocvt.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_audiocvt.c  -fPIC -DPIC -o build/.libs/SDL_audiocvt.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_audiocvt.c -o build/SDL_audiocvt.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_audiodev.c  -o build/SDL_audiodev.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_audiodev.c  -fPIC -DPIC -o build/.libs/SDL_audiodev.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_audiodev.c -o build/SDL_audiodev.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_mixer.c  -o build/SDL_mixer.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_mixer.c  -fPIC -DPIC -o build/.libs/SDL_mixer.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_mixer.c -o build/SDL_mixer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_mixer_MMX.c  -o build/SDL_mixer_MMX.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_mixer_MMX.c  -fPIC -DPIC -o build/.libs/SDL_mixer_MMX.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_mixer_MMX.c -o build/SDL_mixer_MMX.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_mixer_MMX_VC.c  -o build/SDL_mixer_MMX_VC.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_mixer_MMX_VC.c  -fPIC -DPIC -o build/.libs/SDL_mixer_MMX_VC.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_mixer_MMX_VC.c -o build/SDL_mixer_MMX_VC.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_mixer_m68k.c  -o build/SDL_mixer_m68k.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_mixer_m68k.c  -fPIC -DPIC -o build/.libs/SDL_mixer_m68k.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_mixer_m68k.c -o build/SDL_mixer_m68k.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_wave.c  -o build/SDL_wave.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_wave.c  -fPIC -DPIC -o build/.libs/SDL_wave.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/SDL_wave.c -o build/SDL_wave.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/cdrom/SDL_cdrom.c  -o build/SDL_cdrom.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/cdrom/SDL_cdrom.c  -fPIC -DPIC -o build/.libs/SDL_cdrom.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/cdrom/SDL_cdrom.c -o build/SDL_cdrom.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/cpuinfo/SDL_cpuinfo.c  -o build/SDL_cpuinfo.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/cpuinfo/SDL_cpuinfo.c  -fPIC -DPIC -o build/.libs/SDL_cpuinfo.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/cpuinfo/SDL_cpuinfo.c -o build/SDL_cpuinfo.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_active.c  -o build/SDL_active.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_active.c  -fPIC -DPIC -o build/.libs/SDL_active.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_active.c -o build/SDL_active.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_events.c  -o build/SDL_events.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_events.c  -fPIC -DPIC -o build/.libs/SDL_events.o
In file included from ./src/events/../video/SDL_sysvideo.h:37,
                 from ./src/events/SDL_sysevents.h:24,
                 from ./src/events/SDL_events.c:28:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/events/../video/SDL_sysvideo.h:37,
                 from ./src/events/SDL_sysevents.h:24,
                 from ./src/events/SDL_events.c:28:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_events.c -o build/SDL_events.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_expose.c  -o build/SDL_expose.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_expose.c  -fPIC -DPIC -o build/.libs/SDL_expose.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_expose.c -o build/SDL_expose.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_keyboard.c  -o build/SDL_keyboard.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_keyboard.c  -fPIC -DPIC -o build/.libs/SDL_keyboard.o
In file included from ./src/events/../video/SDL_sysvideo.h:37,
                 from ./src/events/SDL_sysevents.h:24,
                 from ./src/events/SDL_keyboard.c:29:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/events/../video/SDL_sysvideo.h:37,
                 from ./src/events/SDL_sysevents.h:24,
                 from ./src/events/SDL_keyboard.c:29:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_keyboard.c -o build/SDL_keyboard.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_mouse.c  -o build/SDL_mouse.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_mouse.c  -fPIC -DPIC -o build/.libs/SDL_mouse.o
In file included from ./src/events/../video/SDL_sysvideo.h:37,
                 from ./src/events/SDL_mouse.c:29:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/events/../video/SDL_sysvideo.h:37,
                 from ./src/events/SDL_mouse.c:29:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_mouse.c -o build/SDL_mouse.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_quit.c  -o build/SDL_quit.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_quit.c  -fPIC -DPIC -o build/.libs/SDL_quit.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_quit.c -o build/SDL_quit.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_resize.c  -o build/SDL_resize.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_resize.c  -fPIC -DPIC -o build/.libs/SDL_resize.o
In file included from ./src/events/../video/SDL_sysvideo.h:37,
                 from ./src/events/SDL_resize.c:28:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/events/../video/SDL_sysvideo.h:37,
                 from ./src/events/SDL_resize.c:28:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/events/SDL_resize.c -o build/SDL_resize.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/file/SDL_rwops.c  -o build/SDL_rwops.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/file/SDL_rwops.c  -fPIC -DPIC -o build/.libs/SDL_rwops.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/file/SDL_rwops.c -o build/SDL_rwops.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_getenv.c  -o build/SDL_getenv.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_getenv.c  -fPIC -DPIC -o build/.libs/SDL_getenv.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_getenv.c -o build/SDL_getenv.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_iconv.c  -o build/SDL_iconv.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_iconv.c  -fPIC -DPIC -o build/.libs/SDL_iconv.o
./src/stdlib/SDL_iconv.c: In function 'SDL_iconv':
./src/stdlib/SDL_iconv.c:50:22: warning: passing argument 2 of 'iconv' from incompatible pointer type [-Wincompatible-pointer-types]
   50 |  retCode = iconv(cd, inbuf, inbytesleft, outbuf, outbytesleft);
      |                      ^~~~~
      |                      |
      |                      const char **
In file included from ./include/SDL_stdinc.h:74,
                 from ./src/stdlib/SDL_iconv.c:26:
/usr/include/iconv.h:46:23: note: expected 'char ** restrict' but argument is of type 'const char **'
   46 | size_t iconv(iconv_t, char ** __restrict,
      |                       ^
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_iconv.c -o build/SDL_iconv.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_malloc.c  -o build/SDL_malloc.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_malloc.c  -fPIC -DPIC -o build/.libs/SDL_malloc.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_malloc.c -o build/SDL_malloc.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_qsort.c  -o build/SDL_qsort.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_qsort.c  -fPIC -DPIC -o build/.libs/SDL_qsort.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_qsort.c -o build/SDL_qsort.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_stdlib.c  -o build/SDL_stdlib.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_stdlib.c  -fPIC -DPIC -o build/.libs/SDL_stdlib.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_stdlib.c -o build/SDL_stdlib.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_string.c  -o build/SDL_string.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_string.c  -fPIC -DPIC -o build/.libs/SDL_string.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/stdlib/SDL_string.c -o build/SDL_string.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/thread/SDL_thread.c  -o build/SDL_thread.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/thread/SDL_thread.c  -fPIC -DPIC -o build/.libs/SDL_thread.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/thread/SDL_thread.c -o build/SDL_thread.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/timer/SDL_timer.c  -o build/SDL_timer.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/timer/SDL_timer.c  -fPIC -DPIC -o build/.libs/SDL_timer.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/timer/SDL_timer.c -o build/SDL_timer.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_RLEaccel.c  -o build/SDL_RLEaccel.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_RLEaccel.c  -fPIC -DPIC -o build/.libs/SDL_RLEaccel.o
In file included from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_RLEaccel.c:90:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_RLEaccel.c:90:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_RLEaccel.c -o build/SDL_RLEaccel.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit.c  -o build/SDL_blit.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit.c  -fPIC -DPIC -o build/.libs/SDL_blit.o
In file included from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_blit.c:25:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_blit.c:25:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit.c -o build/SDL_blit.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit_0.c  -o build/SDL_blit_0.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit_0.c  -fPIC -DPIC -o build/.libs/SDL_blit_0.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit_0.c -o build/SDL_blit_0.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit_1.c  -o build/SDL_blit_1.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit_1.c  -fPIC -DPIC -o build/.libs/SDL_blit_1.o
In file included from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_blit_1.c:26:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_blit_1.c:26:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit_1.c -o build/SDL_blit_1.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit_A.c  -o build/SDL_blit_A.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit_A.c  -fPIC -DPIC -o build/.libs/SDL_blit_A.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit_A.c -o build/SDL_blit_A.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit_N.c  -o build/SDL_blit_N.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit_N.c  -fPIC -DPIC -o build/.libs/SDL_blit_N.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_blit_N.c -o build/SDL_blit_N.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_bmp.c  -o build/SDL_bmp.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_bmp.c  -fPIC -DPIC -o build/.libs/SDL_bmp.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_bmp.c -o build/SDL_bmp.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_cursor.c  -o build/SDL_cursor.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_cursor.c  -fPIC -DPIC -o build/.libs/SDL_cursor.o
In file included from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_cursor.c:30:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_cursor.c:30:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_cursor.c -o build/SDL_cursor.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_gamma.c  -o build/SDL_gamma.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_gamma.c  -fPIC -DPIC -o build/.libs/SDL_gamma.o
In file included from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_gamma.c:38:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_gamma.c:38:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_gamma.c -o build/SDL_gamma.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_pixels.c  -o build/SDL_pixels.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_pixels.c  -fPIC -DPIC -o build/.libs/SDL_pixels.o
In file included from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_pixels.c:28:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_pixels.c:28:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_pixels.c -o build/SDL_pixels.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_stretch.c  -o build/SDL_stretch.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_stretch.c  -fPIC -DPIC -o build/.libs/SDL_stretch.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_stretch.c -o build/SDL_stretch.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_surface.c  -o build/SDL_surface.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_surface.c  -fPIC -DPIC -o build/.libs/SDL_surface.o
In file included from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_surface.c:25:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_surface.c:25:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_surface.c -o build/SDL_surface.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_video.c  -o build/SDL_video.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_video.c  -fPIC -DPIC -o build/.libs/SDL_video.o
In file included from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_video.c:27:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_video.c:27:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_video.c -o build/SDL_video.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_yuv.c  -o build/SDL_yuv.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_yuv.c  -fPIC -DPIC -o build/.libs/SDL_yuv.o
In file included from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_yuv.c:27:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_yuv.c:27:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_yuv.c -o build/SDL_yuv.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_yuv_mmx.c  -o build/SDL_yuv_mmx.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_yuv_mmx.c  -fPIC -DPIC -o build/.libs/SDL_yuv_mmx.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_yuv_mmx.c -o build/SDL_yuv_mmx.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_yuv_sw.c  -o build/SDL_yuv_sw.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_yuv_sw.c  -fPIC -DPIC -o build/.libs/SDL_yuv_sw.o
In file included from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_yuvfuncs.h:27,
                 from ./src/video/SDL_yuv_sw.c:89:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/video/SDL_sysvideo.h:37,
                 from ./src/video/SDL_yuvfuncs.h:27,
                 from ./src/video/SDL_yuv_sw.c:89:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/SDL_yuv_sw.c -o build/SDL_yuv_sw.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/joystick/SDL_joystick.c  -o build/SDL_joystick.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/joystick/SDL_joystick.c  -fPIC -DPIC -o build/.libs/SDL_joystick.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/joystick/SDL_joystick.c -o build/SDL_joystick.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/dummy/SDL_nullevents.c  -o build/SDL_nullevents.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/dummy/SDL_nullevents.c  -fPIC -DPIC -o build/.libs/SDL_nullevents.o
In file included from ./src/video/dummy/../../events/../video/SDL_sysvideo.h:37,
                 from ./src/video/dummy/../../events/SDL_sysevents.h:24,
                 from ./src/video/dummy/SDL_nullevents.c:28:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/video/dummy/../../events/../video/SDL_sysvideo.h:37,
                 from ./src/video/dummy/../../events/SDL_sysevents.h:24,
                 from ./src/video/dummy/SDL_nullevents.c:28:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/dummy/SDL_nullevents.c -o build/SDL_nullevents.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/dummy/SDL_nullmouse.c  -o build/SDL_nullmouse.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/dummy/SDL_nullmouse.c  -fPIC -DPIC -o build/.libs/SDL_nullmouse.o
In file included from ./src/video/dummy/../SDL_sysvideo.h:37,
                 from ./src/video/dummy/SDL_nullvideo.h:27,
                 from ./src/video/dummy/SDL_nullmouse_c.h:24,
                 from ./src/video/dummy/SDL_nullmouse.c:27:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/video/dummy/../SDL_sysvideo.h:37,
                 from ./src/video/dummy/SDL_nullvideo.h:27,
                 from ./src/video/dummy/SDL_nullmouse_c.h:24,
                 from ./src/video/dummy/SDL_nullmouse.c:27:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/dummy/SDL_nullmouse.c -o build/SDL_nullmouse.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/dummy/SDL_nullvideo.c  -o build/SDL_nullvideo.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/dummy/SDL_nullvideo.c  -fPIC -DPIC -o build/.libs/SDL_nullvideo.o
In file included from ./src/video/dummy/../SDL_sysvideo.h:37,
                 from ./src/video/dummy/SDL_nullvideo.c:41:
./include/SDL_opengl.h:116: warning: "GL_GLEXT_VERSION" redefined
  116 | #define GL_GLEXT_VERSION 29
      | 
In file included from /tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/gl.h:2055,
                 from ./include/SDL_opengl.h:46,
                 from ./src/video/dummy/../SDL_sysvideo.h:37,
                 from ./src/video/dummy/SDL_nullvideo.c:41:
/tmp/pkgsrc/devel/SDL/work/.buildlink/include/GL/glext.h:54: note: this is the location of the previous definition
   54 | #define GL_GLEXT_VERSION 20180725
      | 
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/video/dummy/SDL_nullvideo.c -o build/SDL_nullvideo.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/disk/SDL_diskaudio.c  -o build/SDL_diskaudio.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/disk/SDL_diskaudio.c  -fPIC -DPIC -o build/.libs/SDL_diskaudio.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/disk/SDL_diskaudio.c -o build/SDL_diskaudio.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/dummy/SDL_dummyaudio.c  -o build/SDL_dummyaudio.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/dummy/SDL_dummyaudio.c  -fPIC -DPIC -o build/.libs/SDL_dummyaudio.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/audio/dummy/SDL_dummyaudio.c -o build/SDL_dummyaudio.o >/dev/null 2>&1
/bin/sh ./libtool --mode=compile gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -DPREFIX="\"/usr/pkg\"" -DX11BASE="\"/usr/X11R7\"" -I/usr/pkg/include -I/usr/include -I/usr/X11R7/include -I/usr/X11R7/include/libdrm -I./include -D_GNU_SOURCE=1 -fvisibility=hidden  -I/usr/X11R7/include -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c  -o build/SDL_sysloadso.lo
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c  -fPIC -DPIC -o build/.libs/SDL_sysloadso.o
libtool: compile:  gcc -O2 -fPIC -D_FORTIFY_SOURCE=2 -I/tmp/pkgsrc/devel/SDL/work/.buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include -I/tmp/pkgsrc/devel/SDL/work/.x11-buildlink/include/libdrm -DPREFIX=\"/usr/pkg\" -DX11BASE=\"/usr/X11R7\" -I./include -D_GNU_SOURCE=1 -fvisibility=hidden -DXTHREADS -DHAVE_USBHID_H -DUSBHID_UCR_DATA -DUSBHID_NEW -D_REENTRANT -D_THREAD_SAFE -Wall -c ./src/loadso/dlopen/SDL_sysloadso.c -o build/SDL_sysloadso.o >/dev/null 2>&1
/bin/sh ./libtool --tag=CC --mode=compile build-scripts/strip_fPIC.sh /usr/pkg/bin/nasm -f elf -I ./src/hermes/ -DHIDDEN_VISIBILITY -I./src/hermes/ ./src/hermes/mmx_main.asm -o build/mmx_main.lo
libtool: compile:  build-scripts/strip_fPIC.sh /usr/pkg/bin/nasm -f elf -I./src/hermes/ -DHIDDEN_VISIBILITY ./src/hermes/mmx_main.asm  -fPIC -DPIC -o build/.libs/mmx_main.o
/usr/pkg/bin/nasm -f elf -I./src/hermes/ -DHIDDEN_VISIBILITY ./src/hermes/mmx_main.asm -DPIC -o build/.libs/mmx_main.o
libtool: compile:  build-scripts/strip_fPIC.sh /usr/pkg/bin/nasm -f elf -I./src/hermes/ -DHIDDEN_VISIBILITY ./src/hermes/mmx_main.asm -pie -o build/mmx_main.o >/dev/null 2>&1
gmake: *** [build-deps:1029: build/mmx_main.lo] Error 1
*** Error code 2

Stop.
make[1]: stopped in /x/pkgsrc/devel/SDL
*** Error code 1

Stop.
make: stopped in /x/pkgsrc/devel/SDL

-- 
|/"\ John D. Baker, KN5UKS               NetBSD     Darwin/MacOS X
|\ / jdbaker[snail]consolidated[flyspeck]net  OpenBSD            FreeBSD
| X  No HTML/proprietary data in email.   BSD just sits there and works!
|/ \ GPGkeyID:  D703 4A7E 479F 63F8 D3F4  BD99 9572 8F23 E4AD 1645


Home | Main Index | Thread Index | Old Index