diff options
author | mikeh <mikeh@FreeBSD.org> | 2002-07-04 16:09:05 +0800 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2002-07-04 16:09:05 +0800 |
commit | 1769999c1b9856a50c9c7ef15c809cd95839f0a6 (patch) | |
tree | 21f169218f64ee0c7190422ae8f5272676793ebe /audio/xtuner | |
parent | 125fbd3d930383147612d03261f896c3f643880b (diff) | |
download | freebsd-ports-gnome-1769999c1b9856a50c9c7ef15c809cd95839f0a6.tar.gz freebsd-ports-gnome-1769999c1b9856a50c9c7ef15c809cd95839f0a6.tar.zst freebsd-ports-gnome-1769999c1b9856a50c9c7ef15c809cd95839f0a6.zip |
Prepare for xforms update.
Diffstat (limited to 'audio/xtuner')
-rw-r--r-- | audio/xtuner/Makefile | 2 | ||||
-rw-r--r-- | audio/xtuner/files/patch-ab | 9 |
2 files changed, 6 insertions, 5 deletions
diff --git a/audio/xtuner/Makefile b/audio/xtuner/Makefile index 296b56d00348..f9ab2577d082 100644 --- a/audio/xtuner/Makefile +++ b/audio/xtuner/Makefile @@ -13,7 +13,7 @@ DISTNAME= Xtuner-${PORTVERSION} MAINTAINER= Lars.Koeller@Uni-Bielefeld.DE -LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= forms.0:${PORTSDIR}/x11-toolkits/xforms USE_IMAKE= YES USE_XPM= YES diff --git a/audio/xtuner/files/patch-ab b/audio/xtuner/files/patch-ab index 7aba581cc857..b340533ac820 100644 --- a/audio/xtuner/files/patch-ab +++ b/audio/xtuner/files/patch-ab @@ -1,5 +1,5 @@ ---- Imakefile.orig Fri Dec 20 04:31:12 1996 -+++ Imakefile Sun Dec 10 17:12:58 2000 +--- Imakefile.orig Thu Dec 19 14:31:12 1996 ++++ Imakefile Mon Jul 1 00:30:04 2002 @@ -25,9 +25,13 @@ */ @@ -7,10 +7,11 @@ - CC= gcc +XCOMM CC= gcc EXTRA_DEFINES= -D_HAVE_PARAM_H +- LOCAL_LIBRARIES= -lxforms -lXpm -lX11 -lm +#if defined (AlphaArchitecture) -+ LOCAL_LIBRARIES= -lxforms -lXpm -lX11 -lm -lio ++ LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm -lio +#else - LOCAL_LIBRARIES= -lxforms -lXpm -lX11 -lm ++ LOCAL_LIBRARIES= -lforms -lXpm -lX11 -lm +#endif #else CFLAGS= -O2 -m486 |