diff options
Diffstat (limited to 'games/nethack32/files/patch-ab')
-rw-r--r-- | games/nethack32/files/patch-ab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack32/files/patch-ab b/games/nethack32/files/patch-ab index a22424c84079..9f6970d871ed 100644 --- a/games/nethack32/files/patch-ab +++ b/games/nethack32/files/patch-ab @@ -6,8 +6,8 @@ -CFLAGS = -O -I../include -LFLAGS = -+CFLAGS += -O -I../include -I${X11BASE}/include -+LFLAGS = -L${X11BASE}/lib ++CFLAGS += -O -I../include -I${LOCALBASE}/include ++LFLAGS = -L${LOCALBASE}/lib # Set the WINSRC, WINOBJ, and WINLIB lines to correspond to your desired |