aboutsummaryrefslogtreecommitdiff
path: root/games/kfreerings/files
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-06-03 16:28:06 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-06-03 16:28:06 +0000
commit0d066f76f2b8a647920fb60e674a9042259dffd2 (patch)
tree9692afaa3c7a4c70059a39641c60be6def0e8b50 /games/kfreerings/files
parente3c782fdc48de037610bdae1847ded4078714cc6 (diff)
downloadports-0d066f76f2b8a647920fb60e674a9042259dffd2.tar.gz
ports-0d066f76f2b8a647920fb60e674a9042259dffd2.zip
Notes
Diffstat (limited to 'games/kfreerings/files')
-rw-r--r--games/kfreerings/files/patch-src_Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/kfreerings/files/patch-src_Makefile.in b/games/kfreerings/files/patch-src_Makefile.in
new file mode 100644
index 000000000000..2d3e734b6136
--- /dev/null
+++ b/games/kfreerings/files/patch-src_Makefile.in
@@ -0,0 +1,11 @@
+--- src/Makefile.in.orig Thu Jun 3 00:19:54 2004
++++ src/Makefile.in Thu Jun 3 00:20:42 2004
+@@ -275,7 +275,7 @@
+ # the application source, library search path, and link libraries
+ kfreerings_SOURCES = main.cpp kfreerings.cpp kfbutton.cpp kfrmain.cpp kfconfiguration.cpp kfdialog.cpp kfreeringsrc kfgame.cpp kflevel.cpp kfhighscore.cpp kfbuttongroup.cpp
+ kfreerings_LDFLAGS = $(KDE_RPATH) $(all_libraries)
+-kfreerings_LDADD = -lkdegames $(LIB_KFILE) $(LIB_KDEUI)
++kfreerings_LDADD = -lkdegames $(LIB_KFILE) $(LIB_KDEUI) $(LIBPTHREAD)
+
+ # this is where the desktop file will go
+ shelldesktopdir = $(kde_appsdir)/Utilities