Files
ports/games/netwalk/files/patch-Makefile
T
Stefan Eßer 503461cab2 Fix build with -fno-common
While here fix complaints from portlint and portclippy
2020-09-26 10:18:32 +00:00

12 lines
364 B
Plaintext

--- Makefile.orig 2013-09-24 05:25:27 UTC
+++ Makefile
@@ -24,7 +24,7 @@ sharedir.h : ./Makefile
ifeq ("$(OS)", "win32")
echo '#define NETWALK_SHARE_DIR "."' > sharedir.h
else
- echo '#define NETWALK_SHARE_DIR "'$(PREFIX)'/share/netwalk"' > sharedir.h
+ echo '#define NETWALK_SHARE_DIR "/usr/local/share/netwalk"' > sharedir.h
endif
version.h : ./Makefile