pkgsrc/audio/ibniz/patches/patch-Makefile

13 lines
459 B
Text

$NetBSD: patch-Makefile,v 1.1 2016/05/07 09:48:57 joerg Exp $
--- Makefile.orig 2016-05-06 18:26:04.000000000 +0000
+++ Makefile
@@ -1,7 +1,7 @@
# For normal builds; remove -DX11 -lX11 from flags if you don't have X11
CC=gcc
EXE=ibniz
-FLAGS=`sdl-config --libs --cflags` -DX11 -lX11
+FLAGS=`sdl-config --libs --cflags` -DX11 -lX11 ${COMPILER_RPATH_FLAG}${X11BASE}/lib
all: ibniz
# For win32 builds using mingw32 (you'll probably need to modify these)