mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 15:10:35 -04:00
11 lines
307 B
Text
11 lines
307 B
Text
--- bsnes/Makefile.orig 2010-09-27 03:24:08.000000000 +0200
|
|
+++ bsnes/Makefile 2010-09-27 03:24:26.000000000 +0200
|
|
@@ -19,7 +19,7 @@
|
|
|
|
# platform
|
|
ifeq ($(platform),x)
|
|
- link += -s -ldl -lX11 -lXext
|
|
+ link += -s -lX11 -lXext
|
|
else ifeq ($(platform),osx)
|
|
else ifeq ($(platform),win)
|
|
link += -mwindows
|