mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
16eb92ad2f
- Fix build on bento PR: 59902 Submitted by: Nikisha <nishika@manbow.com> (maintainer) Approved by: erwin (mentor) (implicitly)
21 lines
463 B
Plaintext
21 lines
463 B
Plaintext
--- Makefile.orig Fri Sep 26 13:09:01 2003
|
|
+++ Makefile Tue Oct 7 21:15:28 2003
|
|
@@ -142,7 +142,7 @@
|
|
# 動作確認が取れているのは、freebsd/linux のみです
|
|
|
|
#---------------------- FreeBSD
|
|
-# ARCH = freebsd
|
|
+ARCH = freebsd
|
|
#---------------------- Linux
|
|
# ARCH = linux
|
|
#---------------------- NetBSD
|
|
@@ -166,7 +166,7 @@
|
|
#---------------------- BeOS on Intel
|
|
# ARCH = beos
|
|
#---------------------- generic unix, no sound
|
|
-ARCH = generic
|
|
+# ARCH = generic
|
|
|
|
|
|
|