aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-01-09 03:00:55 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-01-09 03:00:55 +0000
commit096c2b17f6ff5b8ce788a3291cd561ff6aeede37 (patch)
treee575fc1d1598576827afbffb6f4a60e53d5b5274 /x11-clocks
parent4957d6c5dbd38897accdfbd0eceb16a733f87e1e (diff)
downloadports-096c2b17f6ff5b8ce788a3291cd561ff6aeede37.tar.gz
ports-096c2b17f6ff5b8ce788a3291cd561ff6aeede37.zip
New patch:
Modify Imakefile to link libxpg4. Submitted by: nobu@psrc.isac.co.jp
Notes
Notes: svn path=/head/; revision=5272
Diffstat (limited to 'x11-clocks')
-rw-r--r--x11-clocks/emiclock/files/patch-ab10
1 files changed, 10 insertions, 0 deletions
diff --git a/x11-clocks/emiclock/files/patch-ab b/x11-clocks/emiclock/files/patch-ab
new file mode 100644
index 000000000000..b2736ad38d6d
--- /dev/null
+++ b/x11-clocks/emiclock/files/patch-ab
@@ -0,0 +1,10 @@
+--- Imakefile.orig Thu Jun 30 16:34:55 1994
++++ Imakefile Thu Jan 9 11:56:08 1997
+@@ -90,6 +90,7 @@
+ /* FreeBSD */
+ #if defined(i386BsdArchitecture) && (defined(i386FreeBsd) || defined(FreeBSDArchitecture))
+ #define StartupSound myu.au
++EXTRA_LIBRARIES = -lxpg4
+ #endif /* i386BsdArchitecture && (i386FreeBsd || FreeBSDArchitecture) */
+
+ #else /* USE_NETAUDIO */