diff options
Diffstat (limited to 'net-mail/freepops/files/freepops-0.0.95-srcmake.patch')
-rw-r--r-- | net-mail/freepops/files/freepops-0.0.95-srcmake.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/net-mail/freepops/files/freepops-0.0.95-srcmake.patch b/net-mail/freepops/files/freepops-0.0.95-srcmake.patch new file mode 100644 index 000000000000..e8f7e067ae11 --- /dev/null +++ b/net-mail/freepops/files/freepops-0.0.95-srcmake.patch @@ -0,0 +1,13 @@ +--- src/Makefile ++++ src/Makefile +@@ -41,8 +41,8 @@ + # CFLAGS+= -DFREEPOPSLUA_PATH_UNOFFICIAL=\"$HOME/config/settings/freepops/lua_unofficial/\" + # + #else +- CFLAGS+= -DFREEPOPSLUA_PATH=\"$(PREFIX)share/freepops/lua/\" +- CFLAGS+= -DFREEPOPSLUA_PATH_UNOFFICIAL=\"$(PREFIX)share/freepops/lua_unofficial/\" ++ CFLAGS+= -DFREEPOPSLUA_PATH=\"/usr/share/freepops/lua/\" ++ CFLAGS+= -DFREEPOPSLUA_PATH_UNOFFICIAL=\"/usr/share/freepops/lua_unofficial/\" + #endif + endif + endif |