blob: 39024a6bd9e2ec4ac8caffe6f61f21b5fbdea08d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$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)
|