From ed3bfd1931831064d21c971390e2514e997e5229 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 29 Oct 2001 17:40:39 +0000 Subject: Use ${ARCH}-pc-freebsdX as CONFIGURE_TARGET instead of ${ARCH}-freebsdX. I did not see any problems with the later on my local box, but it doesn't do any harm, so put it in to make few users happy. PR: 31333 Submitted by: "Alexander N. Kabaev" --- x11-toolkits/rep-gtk/Makefile | 2 +- x11-toolkits/rep-gtk2/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'x11-toolkits') diff --git a/x11-toolkits/rep-gtk/Makefile b/x11-toolkits/rep-gtk/Makefile index 76d7e27..673b524 100644 --- a/x11-toolkits/rep-gtk/Makefile +++ b/x11-toolkits/rep-gtk/Makefile @@ -25,7 +25,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= ${ARCH}-freebsd${OSREL:C/\..*//} +CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} .include diff --git a/x11-toolkits/rep-gtk2/Makefile b/x11-toolkits/rep-gtk2/Makefile index 76d7e27..673b524 100644 --- a/x11-toolkits/rep-gtk2/Makefile +++ b/x11-toolkits/rep-gtk2/Makefile @@ -25,7 +25,7 @@ WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= ${ARCH}-freebsd${OSREL:C/\..*//} +CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} .include -- cgit v1.1